#31DA19

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

Shades of Lime Green #31DA19

Tints of Lime Green #31DA19

Color information

#31DA19 (or 0x31DA19) is unknown color: approx Lime Green. HEX triplet: 31, DA and 19. RGB value is (49,218,25). Sum of RGB (Red+Green+Blue) = 49+218+25=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 218 (85.55% from 255 or 74.66% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #31DA19 is #CE25E6. Grayscale: #929292. Windows color (decimal): -13510119 or 1694257. OLE color: 1694257.

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

Color convert

RGB4921825-
CMYK0.7800.890.15
HSL112.54º79.42%47.65%-
HSV(B)112.54º88.53%85.49%-
XYZ26.5150.879.34-
YUV145.4760.0159.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.78%
GREEN value IS 218 (85.55% from 255) = 74.66%
BLUE value IS 25 (10.16% from 255) = 8.56%
R=16.78%
G=74.66%
B=8.56%

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
Decimal49218250.7800.890.15112.5479.4247.65
Hex31DA194E059F714f30
Octal613323111601311716111760
Binary1100011101101011001100111001011001111111100011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31DA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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