#1DC814

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

Shades of Lime Green #1DC814

Tints of Lime Green #1DC814

Color information

#1DC814 (or 0x1DC814) is unknown color: approx Lime Green. HEX triplet: 1D, C8 and 14. RGB value is (29,200,20). Sum of RGB (Red+Green+Blue) = 29+200+20=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 200 (78.52% from 255 or 80.32% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC814 is #E237EB. Grayscale: #808080. Windows color (decimal): -14825452 or 1361949. OLE color: 1361949.

HSL color Cylindrical-coordinate representation of color #1DC814: hue angle of 117º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DC814 is Cyan = 0.86, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB2920020-
CMYK0.8600.90.22
HSL117º81.82%43.14%-
HSV(B)117º90%78.43%-
XYZ21.2941.627.57-
YUV128.3566.8557.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.65%
GREEN value IS 200 (78.52% from 255) = 80.32%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=11.65%
G=80.32%
B=8.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal29200200.8600.90.2211781.8243.14
Hex1DC8145605A1675522b
Octal353102412601322616512253
Binary1110111001000101001010110010110101011011101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DC814; }

 p { color: rgb(29,200,20); }

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

<style>
 a { background-color: #1DC814; }

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

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

<style>
 span { border-color: #1DC814; }

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

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