#31e53b

Color #31E53B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #31E53B

Tints of Lime Green #31E53B

Color information

#31E53B (or 0x31E53B) is unknown color: approx Lime Green. HEX triplet: 31, E5 and 3B. RGB value is (49,229,59). Sum of RGB (Red+Green+Blue) = 49+229+59=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 229 (89.84% from 255 or 67.95% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 229 - color contains mainly: green. Hex color #31E53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31E53B is #CE1AC4. Grayscale: #9C9C9C. Windows color (decimal): -13507269 or 3925297. OLE color: 3925297.

HSL color Cylindrical-coordinate representation of color #31E53B: hue angle of 123.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E53B is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB4922959-
CMYK0.7900.740.10
HSL123.33º77.59%54.51%-
HSV(B)123.33º78.6%89.8%-
XYZ30.0857.0113.56-
YUV155.873.3751.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 14.54%
GREEN value IS 229 (89.84% from 255) = 67.95%
BLUE value IS 59 (23.44% from 255) = 17.51%
R=14.54%
G=67.95%
B=17.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal49229590.7900.740.10123.3377.5954.51
Hex31E53B4F04AA7b4e37
Octal613457311701121217311667
Binary11000111100101111011100111101001010101011110111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31e53b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31e53b; }

 p { color: rgb(49,229,59); }

 H1.HeaderClassName
 {
   color: #31e53b;
 }
 .AnyTagClassName
 {
   color: #31e53b;
 }
</style>
background-color css

<style>
 a { background-color: #31e53b; }

 a { background-color: rgb(49,229,59); }

 div.DivClassName
 {
   background-color: #31e53b;
 }
 .BgClassName
 {
   background-color: #31e53b;
 }
</style>
border-color css

<style>
 span { border-color: #31e53b; }

 span { border-color: rgb(49,229,59); }

 td.TdClassName
 {
   border-color: #31e53b;
 }
 .TagClassName
 {
   border-color: #31e53b;
 }
</style>