#31E018

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

Shades of Lime Green #31E018

Tints of Lime Green #31E018

Color information

#31E018 (or 0x31E018) is unknown color: approx Lime Green. HEX triplet: 31, E0 and 18. RGB value is (49,224,24). Sum of RGB (Red+Green+Blue) = 49+224+24=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 224 (87.89% from 255 or 75.42% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 224 - color contains mainly: green. Hex color #31E018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31E018 is #CE1FE7. Grayscale: #959595. Windows color (decimal): -13508584 or 1630257. OLE color: 1630257.

HSL color Cylindrical-coordinate representation of color #31E018: hue angle of 112.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31E018 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB4922424-
CMYK0.7800.890.12
HSL112.5º80.65%48.63%-
HSV(B)112.5º89.29%87.84%-
XYZ28.0954.039.81-
YUV148.8857.5256.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 224 (87.89% from 255) = 75.42%
BLUE value IS 24 (9.77% from 255) = 8.08%
R=16.50%
G=75.42%
B=8.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal49224240.7800.890.12112.580.6548.63
Hex31E0184E059C705131
Octal613403011601311416012161
Binary1100011110000011000100111001011001110011100001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,224,24); }

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

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

 a { background-color: rgb(49,224,24); }

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

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

 span { border-color: rgb(49,224,24); }

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