#14D32C

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

Shades of Lime Green #14D32C

Tints of Lime Green #14D32C

Color information

#14D32C (or 0x14D32C) is unknown color: approx Lime Green. HEX triplet: 14, D3 and 2C. RGB value is (20,211,44). Sum of RGB (Red+Green+Blue) = 20+211+44=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 211 (82.81% from 255 or 76.73% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 211 - color contains mainly: green. Hex color #14D32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D32C is #EB2CD3. Grayscale: #878787. Windows color (decimal): -15412436 or 2937620. OLE color: 2937620.

HSL color Cylindrical-coordinate representation of color #14D32C: hue angle of 127.54º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D32C is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB2021144-
CMYK0.9100.790.17
HSL127.54º82.68%45.29%-
HSV(B)127.54º90.52%82.75%-
XYZ24.0446.9210.17-
YUV134.8576.7246.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.27%
GREEN value IS 211 (82.81% from 255) = 76.73%
BLUE value IS 44 (17.58% from 255) = 16%
R=7.27%
G=76.73%
B=16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal20211440.9100.790.17127.5482.6845.29
Hex14D32C5B04F1180532d
Octal243235413301172120012355
Binary101001101001110110010110110100111110001100000001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,211,44); }

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

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

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

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

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

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

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