#19DC28

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

Shades of Lime Green #19DC28

Tints of Lime Green #19DC28

Color information

#19DC28 (or 0x19DC28) is unknown color: approx Lime Green. HEX triplet: 19, DC and 28. RGB value is (25,220,40). Sum of RGB (Red+Green+Blue) = 25+220+40=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DC28 is #E623D7. Grayscale: #8D8D8D. Windows color (decimal): -15082456 or 2677785. OLE color: 2677785.

HSL color Cylindrical-coordinate representation of color #19DC28: hue angle of 124.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DC28 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB2522040-
CMYK0.8900.820.14
HSL124.62º79.59%48.04%-
HSV(B)124.62º88.64%86.27%-
XYZ26.3851.5510.57-
YUV141.1770.945.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 220 (86.33% from 255) = 77.19%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=8.77%
G=77.19%
B=14.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal25220400.8900.820.14124.6279.5948.04
Hex19DC2859052E7d5030
Octal313345013101221617512060
Binary1100111011100101000101100101010010111011111011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,220,40); }

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

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

 a { background-color: rgb(25,220,40); }

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

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

 span { border-color: rgb(25,220,40); }

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