Html Css Color HEX #1DD72C Lime Green

📋 copy color: '#1DD72C'

red 29 ◦ green 215 ◦ blue 44

#1DD72C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1DD72C

Tints of Lime Green #1DD72C

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 value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#1DD72C (or 0x1DD72C) is known color: 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

RGB 29 215 44 -
CMYK 0.87 0 0.80 0.16
HSL 124.84º 0.76% 0.48% -
HSV(B) 124.84º 0.87% 0.84% -
XYZ 25.26 49.04 10.52 -
YUV 139.89 73.88 48.9 -
System Red Green Blue C M Y K H S L
Decimal 29 215 44 0.87 0 0.80 0.16 124.84 0.76 0.48
Hex 1D D7 2C 57 0 50 10 7D 4C 30
Octal 35 327 54 127 0 120 20 175 114 60
Binary 11101 11010111 101100 1010111 0 1010000 10000 1111101 1001100 110000

Color Harmonies of #1DD72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD72C

Black with #1DD72C

Text Example


Text Example

White with #1DD72C

Text Example


Text Example

HTML Codes & Css Web 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>