#14C71F

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

Shades of Lime Green #14C71F

Tints of Lime Green #14C71F

Color information

#14C71F (or 0x14C71F) is unknown color: approx Lime Green. HEX triplet: 14, C7 and 1F. RGB value is (20,199,31). Sum of RGB (Red+Green+Blue) = 20+199+31=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 199 (78.12% from 255 or 79.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 199 - color contains mainly: green. Hex color #14C71F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C71F is #EB38E0. Grayscale: #7E7E7E. Windows color (decimal): -15415521 or 2082580. OLE color: 2082580.

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

Color convert

RGB2019931-
CMYK0.9000.840.22
HSL123.69º81.74%42.94%-
HSV(B)123.69º89.95%78.04%-
XYZ20.9641.098.12-
YUV126.3374.252.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 199 (78.12% from 255) = 79.6%
BLUE value IS 31 (12.5% from 255) = 12.4%
R=8%
G=79.6%
B=12.4%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20199310.9000.840.22123.6981.7442.94
Hex14C71F5A054167c522b
Octal243073713201242617412253
Binary1010011000111111111011010010101001011011111001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,199,31); }

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

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

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

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

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

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

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