Html Css Color HEX #1DD72A Lime Green

📋 copy color: '#1DD72A'

red 29 ◦ green 215 ◦ blue 42

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

Shades of Lime Green #1DD72A

Tints of Lime Green #1DD72A

RGB

 RED value IS 29 (11.72% from 255) = 10.14%

 GREEN value IS 215 (84.38% from 255) = 75.17%

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 10.14%
G = 75.17%
B = 14.69%

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

#1DD72A (or 0x1DD72A) is known color: Lime Green. HEX triplet: 1D, D7 and 2A. RGB value is (29,215,42). Sum of RGB (Red+Green+Blue) = 29+215+42=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 215 (84.38% from 255 or 75.17% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD72A is #E228D5. Grayscale: #8C8C8C. Windows color (decimal): -14821590 or 2807581. OLE color: 2807581.

HSL color Cylindrical-coordinate representation of color #1DD72A: hue angle of 124.19º 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 #1DD72A is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 215 42 -
CMYK 0.87 0 0.80 0.16
HSL 124.19º 0.76% 0.48% -
HSV(B) 124.19º 0.87% 0.84% -
XYZ 25.23 49.03 10.32 -
YUV 139.66 72.88 49.07 -
System Red Green Blue C M Y K H S L
Decimal 29 215 42 0.87 0 0.80 0.16 124.19 0.76 0.48
Hex 1D D7 2A 57 0 50 10 7C 4C 30
Octal 35 327 52 127 0 120 20 174 114 60
Binary 11101 11010111 101010 1010111 0 1010000 10000 1111100 1001100 110000

Color Harmonies of #1DD72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD72A

Black with #1DD72A

Text Example


Text Example

White with #1DD72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DD72A;
 }
 .AnyTagClassName
 {
   color: #1DD72A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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