Html Css Color HEX #1DD929 Lime Green

📋 copy color: '#1DD929'

red 29 ◦ green 217 ◦ blue 41

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

Shades of Lime Green #1DD929

Tints of Lime Green #1DD929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 10.1%
G = 75.61%
B = 14.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#1DD929 (or 0x1DD929) is known color: Lime Green. HEX triplet: 1D, D9 and 29. RGB value is (29,217,41). Sum of RGB (Red+Green+Blue) = 29+217+41=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 217 (85.16% from 255 or 75.61% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD929 is #E226D6. Grayscale: #8D8D8D. Windows color (decimal): -14821079 or 2742557. OLE color: 2742557.

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

Color convert

RGB 29 217 41 -
CMYK 0.87 0 0.81 0.15
HSL 123.83º 0.76% 0.48% -
HSV(B) 123.83º 0.87% 0.85% -
XYZ 25.72 50.05 10.4 -
YUV 140.72 71.72 48.31 -
System Red Green Blue C M Y K H S L
Decimal 29 217 41 0.87 0 0.81 0.15 123.83 0.76 0.48
Hex 1D D9 29 57 0 51 F 7C 4C 30
Octal 35 331 51 127 0 121 17 174 114 60
Binary 11101 11011001 101001 1010111 0 1010001 1111 1111100 1001100 110000

Color Harmonies of #1DD929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD929

Black with #1DD929

Text Example


Text Example

White with #1DD929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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