#19BB14

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

Shades of Lime Green #19BB14

Tints of Lime Green #19BB14

Color information

#19BB14 (or 0x19BB14) is unknown color: approx Lime Green. HEX triplet: 19, BB and 14. RGB value is (25,187,20). Sum of RGB (Red+Green+Blue) = 25+187+20=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 187 (73.44% from 255 or 80.60% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 187 - color contains mainly: green. Hex color #19BB14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19BB14 is #E644EB. Grayscale: #787878. Windows color (decimal): -15090924 or 1358617. OLE color: 1358617.

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

Color convert

RGB2518720-
CMYK0.8700.890.27
HSL118.2º80.68%40.59%-
HSV(B)118.2º89.3%73.33%-
XYZ18.335.86.61-
YUV119.5271.8360.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 187 (73.44% from 255) = 80.60%
BLUE value IS 20 (8.20% from 255) = 8.62%
R=10.78%
G=80.60%
B=8.62%

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
Decimal25187200.8700.890.27118.280.6840.59
Hex19BB14570591B765129
Octal312732412701313316612151
Binary1100110111011101001010111010110011101111101101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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