#14BE19

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

Shades of Lime Green #14BE19

Tints of Lime Green #14BE19

Color information

#14BE19 (or 0x14BE19) is unknown color: approx Lime Green. HEX triplet: 14, BE and 19. RGB value is (20,190,25). Sum of RGB (Red+Green+Blue) = 20+190+25=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 190 (74.61% from 255 or 80.85% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BE19 is #EB41E6. Grayscale: #787878. Windows color (decimal): -15417831 or 1687060. OLE color: 1687060.

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

Color convert

RGB2019025-
CMYK0.8900.870.25
HSL121.76º80.95%41.18%-
HSV(B)121.76º89.47%74.51%-
XYZ18.8837.057.08-
YUV120.3674.1856.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.51%
GREEN value IS 190 (74.61% from 255) = 80.85%
BLUE value IS 25 (10.16% from 255) = 10.64%
R=8.51%
G=80.85%
B=10.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20190250.8900.870.25121.7680.9541.18
Hex14BE1959057197a5129
Octal242763113101273117212151
Binary1010010111110110011011001010101111100111110101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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