#1DD02C

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

Shades of Lime Green #1DD02C

Tints of Lime Green #1DD02C

Color information

#1DD02C (or 0x1DD02C) is unknown color: approx Lime Green. HEX triplet: 1D, D0 and 2C. RGB value is (29,208,44). Sum of RGB (Red+Green+Blue) = 29+208+44=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 208 (81.64% from 255 or 74.02% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD02C is #E22FD3. Grayscale: #888888. Windows color (decimal): -14823380 or 2936861. OLE color: 2936861.

HSL color Cylindrical-coordinate representation of color #1DD02C: hue angle of 125.03º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD02C is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2920844-
CMYK0.8600.790.18
HSL125.03º75.53%46.47%-
HSV(B)125.03º86.06%81.57%-
XYZ23.5245.559.94-
YUV135.7876.251.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.32%
GREEN value IS 208 (81.64% from 255) = 74.02%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=10.32%
G=74.02%
B=15.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29208440.8600.790.18125.0375.5346.47
Hex1DD02C5604F127d4c2e
Octal353205412601172217511456
Binary11101110100001011001010110010011111001011111011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,208,44); }

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

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

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

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

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

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

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