#19BA18

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

Shades of Lime Green #19BA18

Tints of Lime Green #19BA18

Color information

#19BA18 (or 0x19BA18) is unknown color: approx Lime Green. HEX triplet: 19, BA and 18. RGB value is (25,186,24). Sum of RGB (Red+Green+Blue) = 25+186+24=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BA18 is #E645E7. Grayscale: #777777. Windows color (decimal): -15091176 or 1620505. OLE color: 1620505.

HSL color Cylindrical-coordinate representation of color #19BA18: hue angle of 119.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BA18 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB2518624-
CMYK0.8700.870.27
HSL119.63º77.14%41.18%-
HSV(B)119.63º87.1%72.94%-
XYZ18.1235.396.74-
YUV119.3974.1660.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.64%
GREEN value IS 186 (73.05% from 255) = 79.15%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=10.64%
G=79.15%
B=10.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25186240.8700.870.27119.6377.1441.18
Hex19BA18570571B784d29
Octal312723012701273317011551
Binary1100110111010110001010111010101111101111110001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,186,24); }

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

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

 a { background-color: rgb(25,186,24); }

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

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

 span { border-color: rgb(25,186,24); }

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