#1DC720

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

Shades of Lime Green #1DC720

Tints of Lime Green #1DC720

Color information

#1DC720 (or 0x1DC720) is unknown color: approx Lime Green. HEX triplet: 1D, C7 and 20. RGB value is (29,199,32). Sum of RGB (Red+Green+Blue) = 29+199+32=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 199 (78.12% from 255 or 76.54% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC720 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC720 is #E238DF. Grayscale: #818181. Windows color (decimal): -14825696 or 2148125. OLE color: 2148125.

HSL color Cylindrical-coordinate representation of color #1DC720: hue angle of 121.06º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC720 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2919932-
CMYK0.8500.840.22
HSL121.06º74.56%44.71%-
HSV(B)121.06º85.43%78.04%-
XYZ21.1941.218.2-
YUV129.1373.1856.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.15%
GREEN value IS 199 (78.12% from 255) = 76.54%
BLUE value IS 32 (12.89% from 255) = 12.31%
R=11.15%
G=76.54%
B=12.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal29199320.8500.840.22121.0674.5644.71
Hex1DC7205505416794b2d
Octal353074012501242617111355
Binary11101110001111000001010101010101001011011110011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,199,32); }

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

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

 a { background-color: rgb(29,199,32); }

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

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

 span { border-color: rgb(29,199,32); }

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