#19DC27

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

Shades of Lime Green #19DC27

Tints of Lime Green #19DC27

Color information

#19DC27 (or 0x19DC27) is unknown color: approx Lime Green. HEX triplet: 19, DC and 27. RGB value is (25,220,39). Sum of RGB (Red+Green+Blue) = 25+220+39=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 220 (86.33% from 255 or 77.46% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19DC27 is #E623D8. Grayscale: #8D8D8D. Windows color (decimal): -15082457 or 2612249. OLE color: 2612249.

HSL color Cylindrical-coordinate representation of color #19DC27: hue angle of 124.31º 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 #19DC27 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB2522039-
CMYK0.8900.820.14
HSL124.31º79.59%48.04%-
HSV(B)124.31º88.64%86.27%-
XYZ26.3651.5410.48-
YUV141.0670.445.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.80%
GREEN value IS 220 (86.33% from 255) = 77.46%
BLUE value IS 39 (15.62% from 255) = 13.73%
R=8.80%
G=77.46%
B=13.73%

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
Decimal25220390.8900.820.14124.3179.5948.04
Hex19DC2759052E7c5030
Octal313344713101221617412060
Binary1100111011100100111101100101010010111011111001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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