#14C214

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

Shades of Lime Green #14C214

Tints of Lime Green #14C214

Color information

#14C214 (or 0x14C214) is unknown color: approx Lime Green. HEX triplet: 14, C2 and 14. RGB value is (20,194,20). Sum of RGB (Red+Green+Blue) = 20+194+20=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 194 (76.17% from 255 or 82.91% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 194 - color contains mainly: green. Hex color #14C214 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C214 is #EB3DEB. Grayscale: #7A7A7A. Windows color (decimal): -15416812 or 1360404. OLE color: 1360404.

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

Color convert

RGB2019420-
CMYK0.9000.900.24
HSL120º81.31%41.96%-
HSV(B)120º89.69%76.08%-
XYZ19.7138.787.11-
YUV122.1470.3555.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 194 (76.17% from 255) = 82.91%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=8.55%
G=82.91%
B=8.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20194200.9000.900.2412081.3141.96
Hex14C2145A05A1878512a
Octal243022413201323017012152
Binary1010011000010101001011010010110101100011110001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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