#14D014

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

Shades of Lime Green #14D014

Tints of Lime Green #14D014

Color information

#14D014 (or 0x14D014) is unknown color: approx Lime Green. HEX triplet: 14, D0 and 14. RGB value is (20,208,20). Sum of RGB (Red+Green+Blue) = 20+208+20=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 208 (81.64% from 255 or 83.87% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 208 - color contains mainly: green. Hex color #14D014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D014 is #EB2FEB. Grayscale: #828282. Windows color (decimal): -15413228 or 1363988. OLE color: 1363988.

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

Color convert

RGB2020820-
CMYK0.9000.900.18
HSL120º82.46%44.71%-
HSV(B)120º90.38%81.57%-
XYZ22.9745.318.2-
YUV130.3665.7249.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.06%
GREEN value IS 208 (81.64% from 255) = 83.87%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=8.06%
G=83.87%
B=8.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20208200.9000.900.1812082.4644.71
Hex14D0145A05A1278522d
Octal243202413201322217012255
Binary1010011010000101001011010010110101001011110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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