#14BA19

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

Shades of Lime Green #14BA19

Tints of Lime Green #14BA19

Color information

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

HSL color Cylindrical-coordinate representation of color #14BA19: hue angle of 121.81º 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 #14BA19 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB2018625-
CMYK0.8900.870.27
HSL121.81º80.58%40.39%-
HSV(B)121.81º89.25%72.94%-
XYZ18.0235.346.79-
YUV118.0175.558.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20186250.8900.870.27121.8180.5840.39
Hex14BA19590571B7a5128
Octal242723113101273317212150
Binary1010010111010110011011001010101111101111110101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14BA19; }

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

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

<style>
 a { background-color: #14BA19; }

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

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

<style>
 span { border-color: #14BA19; }

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

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