#1DD036

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

Shades of Lime Green #1DD036

Tints of Lime Green #1DD036

Color information

#1DD036 (or 0x1DD036) is unknown color: approx Lime Green. HEX triplet: 1D, D0 and 36. RGB value is (29,208,54). Sum of RGB (Red+Green+Blue) = 29+208+54=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 208 (81.64% from 255 or 71.48% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD036 is #E22FC9. Grayscale: #898989. Windows color (decimal): -14823370 or 3592221. OLE color: 3592221.

HSL color Cylindrical-coordinate representation of color #1DD036: hue angle of 128.38º 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 #1DD036 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB2920854-
CMYK0.8600.740.18
HSL128.38º75.53%46.47%-
HSV(B)128.38º86.06%81.57%-
XYZ23.7345.6411.05-
YUV136.9281.251.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.97%
GREEN value IS 208 (81.64% from 255) = 71.48%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=9.97%
G=71.48%
B=18.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29208540.8600.740.18128.3875.5346.47
Hex1DD0365604A12804c2e
Octal353206612601122220011456
Binary111011101000011011010101100100101010010100000001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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