#14C80B

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

Shades of Lime Green #14C80B

Tints of Lime Green #14C80B

Color information

#14C80B (or 0x14C80B) is unknown color: approx Lime Green. HEX triplet: 14, C8 and 0B. RGB value is (20,200,11). Sum of RGB (Red+Green+Blue) = 20+200+11=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 200 (78.52% from 255 or 86.58% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 200 - color contains mainly: green. Hex color #14C80B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C80B is #EB37F4. Grayscale: #7D7D7D. Windows color (decimal): -15415285 or 772116. OLE color: 772116.

HSL color Cylindrical-coordinate representation of color #14C80B: hue angle of 117.14º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14C80B is Cyan = 0.9, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB2020011-
CMYK0.900.940.22
HSL117.14º89.57%41.37%-
HSV(B)117.14º94.5%78.43%-
XYZ2141.487.22-
YUV124.6363.8753.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 200 (78.52% from 255) = 86.58%
BLUE value IS 11 (4.69% from 255) = 4.76%
R=8.66%
G=86.58%
B=4.76%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20200110.900.940.22117.1489.5741.37
Hex14C8B5A05E16755a29
Octal243101313201362616513251
Binary101001100100010111011010010111101011011101011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,200,11); }

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

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

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

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

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

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

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