#1DD72C

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

Shades of Lime Green #1DD72C

Tints of Lime Green #1DD72C

Color information

#1DD72C (or 0x1DD72C) is unknown color: approx Lime Green. HEX triplet: 1D, D7 and 2C. RGB value is (29,215,44). Sum of RGB (Red+Green+Blue) = 29+215+44=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 215 (84.38% from 255 or 74.65% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD72C is #E228D3. Grayscale: #8C8C8C. Windows color (decimal): -14821588 or 2938653. OLE color: 2938653.

HSL color Cylindrical-coordinate representation of color #1DD72C: hue angle of 124.84º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD72C is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB2921544-
CMYK0.8700.800.16
HSL124.84º76.23%47.84%-
HSV(B)124.84º86.51%84.31%-
XYZ25.2649.0410.52-
YUV139.8973.8848.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.07%
GREEN value IS 215 (84.38% from 255) = 74.65%
BLUE value IS 44 (17.58% from 255) = 15.28%
R=10.07%
G=74.65%
B=15.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal29215440.8700.800.16124.8476.2347.84
Hex1DD72C57050107d4c30
Octal353275412701202017511460
Binary11101110101111011001010111010100001000011111011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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