#19D032

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

Shades of Lime Green #19D032

Tints of Lime Green #19D032

Color information

#19D032 (or 0x19D032) is unknown color: approx Lime Green. HEX triplet: 19, D0 and 32. RGB value is (25,208,50). Sum of RGB (Red+Green+Blue) = 25+208+50=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #19D032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19D032 is #E62FCD. Grayscale: #878787. Windows color (decimal): -15085518 or 3330073. OLE color: 3330073.

HSL color Cylindrical-coordinate representation of color #19D032: hue angle of 128.2º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D032 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB2520850-
CMYK0.8800.760.18
HSL128.2º78.54%45.69%-
HSV(B)128.2º87.98%81.57%-
XYZ23.5345.5510.57-
YUV135.2779.8749.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.83%
GREEN value IS 208 (81.64% from 255) = 73.50%
BLUE value IS 50 (19.92% from 255) = 17.67%
R=8.83%
G=73.50%
B=17.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal25208500.8800.760.18128.278.5445.69
Hex19D0325804C12804f2e
Octal313206213001142220011756
Binary110011101000011001010110000100110010010100000001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19D032; }

 p { color: rgb(25,208,50); }

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

<style>
 a { background-color: #19D032; }

 a { background-color: rgb(25,208,50); }

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

<style>
 span { border-color: #19D032; }

 span { border-color: rgb(25,208,50); }

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