#14BD14

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

Shades of Lime Green #14BD14

Tints of Lime Green #14BD14

Color information

#14BD14 (or 0x14BD14) is unknown color: approx Lime Green. HEX triplet: 14, BD and 14. RGB value is (20,189,20). Sum of RGB (Red+Green+Blue) = 20+189+20=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 189 (74.22% from 255 or 82.53% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BD14 is #EB42EB. Grayscale: #777777. Windows color (decimal): -15418092 or 1359124. OLE color: 1359124.

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

Color convert

RGB2018920-
CMYK0.8900.890.26
HSL120º80.86%40.98%-
HSV(B)120º89.42%74.12%-
XYZ18.6136.596.74-
YUV119.272.0157.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.73%
GREEN value IS 189 (74.22% from 255) = 82.53%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=8.73%
G=82.53%
B=8.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal20189200.8900.890.2612080.8640.98
Hex14BD14590591A785129
Octal242752413101313217012151
Binary1010010111101101001011001010110011101011110001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,189,20); }

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

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

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

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

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

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

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