#14C41A

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

Shades of Lime Green #14C41A

Tints of Lime Green #14C41A

Color information

#14C41A (or 0x14C41A) is unknown color: approx Lime Green. HEX triplet: 14, C4 and 1A. RGB value is (20,196,26). Sum of RGB (Red+Green+Blue) = 20+196+26=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 196 (76.95% from 255 or 80.99% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 196 - color contains mainly: green. Hex color #14C41A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C41A is #EB3BE5. Grayscale: #7C7C7C. Windows color (decimal): -15416294 or 1754132. OLE color: 1754132.

HSL color Cylindrical-coordinate representation of color #14C41A: hue angle of 122.05º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C41A is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB2019626-
CMYK0.9000.870.23
HSL122.05º81.48%42.35%-
HSV(B)122.05º89.8%76.86%-
XYZ20.2139.77.58-
YUV12472.6953.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 196 (76.95% from 255) = 80.99%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=8.26%
G=80.99%
B=10.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal20196260.9000.870.23122.0581.4842.35
Hex14C41A5A057177a512a
Octal243043213201272717212152
Binary1010011000100110101011010010101111011111110101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,196,26); }

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

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

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

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

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

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

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