#1DC414

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

Shades of Lime Green #1DC414

Tints of Lime Green #1DC414

Color information

#1DC414 (or 0x1DC414) is unknown color: approx Lime Green. HEX triplet: 1D, C4 and 14. RGB value is (29,196,20). Sum of RGB (Red+Green+Blue) = 29+196+20=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 196 (76.95% from 255 or 80% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC414 is #E23BEB. Grayscale: #7E7E7E. Windows color (decimal): -14826476 or 1360925. OLE color: 1360925.

HSL color Cylindrical-coordinate representation of color #1DC414: hue angle of 116.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DC414 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB2919620-
CMYK0.8500.900.23
HSL116.93º81.48%42.35%-
HSV(B)116.93º89.8%76.86%-
XYZ20.3739.797.27-
YUV12668.1758.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.84%
GREEN value IS 196 (76.95% from 255) = 80%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=11.84%
G=80%
B=8.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal29196200.8500.900.23116.9381.4842.35
Hex1DC4145505A1775512a
Octal353042412501322716512152
Binary1110111000100101001010101010110101011111101011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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