#31EA36

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

Shades of Lime Green #31EA36

Tints of Lime Green #31EA36

Color information

#31EA36 (or 0x31EA36) is unknown color: approx Lime Green. HEX triplet: 31, EA and 36. RGB value is (49,234,54). Sum of RGB (Red+Green+Blue) = 49+234+54=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 234 (91.80% from 255 or 69.44% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EA36 is #CE15C9. Grayscale: #9E9E9E. Windows color (decimal): -13505994 or 3598897. OLE color: 3598897.

HSL color Cylindrical-coordinate representation of color #31EA36: hue angle of 121.62º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EA36 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB4923454-
CMYK0.7900.770.08
HSL121.62º81.5%55.49%-
HSV(B)121.62º79.06%91.76%-
XYZ31.3659.7613.37-
YUV158.1769.2150.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.54%
GREEN value IS 234 (91.80% from 255) = 69.44%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=14.54%
G=69.44%
B=16.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49234540.7900.770.08121.6281.555.49
Hex31EA364F04D87a5137
Octal613526611701151017212167
Binary11000111101010110110100111101001101100011110101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,234,54); }

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

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

 a { background-color: rgb(49,234,54); }

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

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

 span { border-color: rgb(49,234,54); }

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