#14C121

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

Shades of Lime Green #14C121

Tints of Lime Green #14C121

Color information

#14C121 (or 0x14C121) is unknown color: approx Lime Green. HEX triplet: 14, C1 and 21. RGB value is (20,193,33). Sum of RGB (Red+Green+Blue) = 20+193+33=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 193 (75.78% from 255 or 78.46% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 193 - color contains mainly: green. Hex color #14C121 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C121 is #EB3EDE. Grayscale: #7B7B7B. Windows color (decimal): -15417055 or 2212116. OLE color: 2212116.

HSL color Cylindrical-coordinate representation of color #14C121: hue angle of 124.51º 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 #14C121 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB2019333-
CMYK0.9000.830.24
HSL124.51º81.22%41.76%-
HSV(B)124.51º89.64%75.69%-
XYZ19.6338.47.82-
YUV123.0377.1954.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 193 (75.78% from 255) = 78.46%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=8.13%
G=78.46%
B=13.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20193330.9000.830.24124.5181.2241.76
Hex14C1215A053187d512a
Octal243014113201233017512152
Binary10100110000011000011011010010100111100011111011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,193,33); }

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

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

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

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

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

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

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