#31EA28

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

Shades of Lime Green #31EA28

Tints of Lime Green #31EA28

Color information

#31EA28 (or 0x31EA28) is unknown color: approx Lime Green. HEX triplet: 31, EA and 28. RGB value is (49,234,40). Sum of RGB (Red+Green+Blue) = 49+234+40=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 234 (91.80% from 255 or 72.45% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EA28 is #CE15D7. Grayscale: #9D9D9D. Windows color (decimal): -13506008 or 2681393. OLE color: 2681393.

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

Color convert

RGB4923440-
CMYK0.7900.830.08
HSL117.22º82.2%53.73%-
HSV(B)117.22º82.91%91.76%-
XYZ31.0759.6511.88-
YUV156.5762.2151.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 234 (91.80% from 255) = 72.45%
BLUE value IS 40 (16.02% from 255) = 12.38%
R=15.17%
G=72.45%
B=12.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49234400.7900.830.08117.2282.253.73
Hex31EA284F0538755236
Octal613525011701231016512266
Binary11000111101010101000100111101010011100011101011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31EA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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