Html Css Color HEX #1DD932 Lime Green

📋 copy color: '#1DD932'

red 29 ◦ green 217 ◦ blue 50

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

Shades of Lime Green #1DD932

Tints of Lime Green #1DD932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 73.31%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 9.8%
G = 73.31%
B = 16.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#1DD932 (or 0x1DD932) is known color: Lime Green. HEX triplet: 1D, D9 and 32. RGB value is (29,217,50). Sum of RGB (Red+Green+Blue) = 29+217+50=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 217 (85.16% from 255 or 73.31% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD932 is #E226CD. Grayscale: #8E8E8E. Windows color (decimal): -14821070 or 3332381. OLE color: 3332381.

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

Color convert

RGB 29 217 50 -
CMYK 0.87 0 0.77 0.15
HSL 126.7º 0.76% 0.48% -
HSV(B) 126.7º 0.87% 0.85% -
XYZ 25.9 50.12 11.33 -
YUV 141.75 76.22 47.58 -
System Red Green Blue C M Y K H S L
Decimal 29 217 50 0.87 0 0.77 0.15 126.7 0.76 0.48
Hex 1D D9 32 57 0 4D F 7F 4C 30
Octal 35 331 62 127 0 115 17 177 114 60
Binary 11101 11011001 110010 1010111 0 1001101 1111 1111111 1001100 110000

Color Harmonies of #1DD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD932

Black with #1DD932

Text Example


Text Example

White with #1DD932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,217,50); }

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

background-color css

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

 a { background-color: rgb(29,217,50); }

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

border-color css

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

 span { border-color: rgb(29,217,50); }

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