#31EA44

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

Shades of Lime Green #31EA44

Tints of Lime Green #31EA44

Color information

#31EA44 (or 0x31EA44) is unknown color: approx Lime Green. HEX triplet: 31, EA and 44. RGB value is (49,234,68). Sum of RGB (Red+Green+Blue) = 49+234+68=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 234 (91.80% from 255 or 66.67% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EA44 is #CE15BB. Grayscale: #A0A0A0. Windows color (decimal): -13505980 or 4516401. OLE color: 4516401.

HSL color Cylindrical-coordinate representation of color #31EA44: hue angle of 126.16º 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 #31EA44 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB4923468-
CMYK0.7900.710.08
HSL126.16º81.5%55.49%-
HSV(B)126.16º79.06%91.76%-
XYZ31.7359.9215.36-
YUV159.7676.2149-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.96%
GREEN value IS 234 (91.80% from 255) = 66.67%
BLUE value IS 68 (26.95% from 255) = 19.37%
R=13.96%
G=66.67%
B=19.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49234680.7900.710.08126.1681.555.49
Hex31EA444F04787e5137
Octal6135210411701071017612167
Binary110001111010101000100100111101000111100011111101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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