#31DA18

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

Shades of Lime Green #31DA18

Tints of Lime Green #31DA18

Color information

#31DA18 (or 0x31DA18) is unknown color: approx Lime Green. HEX triplet: 31, DA and 18. RGB value is (49,218,24). Sum of RGB (Red+Green+Blue) = 49+218+24=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 218 (85.55% from 255 or 74.91% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DA18 is #CE25E7. Grayscale: #919191. Windows color (decimal): -13510120 or 1628721. OLE color: 1628721.

HSL color Cylindrical-coordinate representation of color #31DA18: hue angle of 112.27º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31DA18 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB4921824-
CMYK0.7800.890.15
HSL112.27º80.17%47.45%-
HSV(B)112.27º88.99%85.49%-
XYZ26.550.869.28-
YUV145.3559.5159.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 218 (85.55% from 255) = 74.91%
BLUE value IS 24 (9.77% from 255) = 8.25%
R=16.84%
G=74.91%
B=8.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal49218240.7800.890.15112.2780.1747.45
Hex31DA184E059F70502f
Octal613323011601311716012057
Binary1100011101101011000100111001011001111111100001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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