#19BA14

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

Shades of Lime Green #19BA14

Tints of Lime Green #19BA14

Color information

#19BA14 (or 0x19BA14) is unknown color: approx Lime Green. HEX triplet: 19, BA and 14. RGB value is (25,186,20). Sum of RGB (Red+Green+Blue) = 25+186+20=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BA14 is #E645EB. Grayscale: #777777. Windows color (decimal): -15091180 or 1358361. OLE color: 1358361.

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

Color convert

RGB2518620-
CMYK0.8700.890.27
HSL118.19º80.58%40.39%-
HSV(B)118.19º89.25%72.94%-
XYZ18.0935.376.54-
YUV118.9472.1661-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 186 (73.05% from 255) = 80.52%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=10.82%
G=80.52%
B=8.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25186200.8700.890.27118.1980.5840.39
Hex19BA14570591B765128
Octal312722412701313316612150
Binary1100110111010101001010111010110011101111101101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BA14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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