Html Css Color HEX #1DDD29 Lime Green

📋 copy color: '#1DDD29'

red 29 ◦ green 221 ◦ blue 41

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

Shades of Lime Green #1DDD29

Tints of Lime Green #1DDD29

RGB

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

 GREEN value IS 221 (86.72% from 255) = 75.95%

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

R = 9.97%
G = 75.95%
B = 14.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#1DDD29 (or 0x1DDD29) is known color: Lime Green. HEX triplet: 1D, DD and 29. RGB value is (29,221,41). Sum of RGB (Red+Green+Blue) = 29+221+41=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDD29 is #E222D6. Grayscale: #8F8F8F. Windows color (decimal): -14820055 or 2743581. OLE color: 2743581.

HSL color Cylindrical-coordinate representation of color #1DDD29: hue angle of 123.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDD29 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 221 41 -
CMYK 0.87 0 0.81 0.13
HSL 123.75º 0.77% 0.49% -
HSV(B) 123.75º 0.87% 0.87% -
XYZ 26.76 52.13 10.75 -
YUV 143.07 70.39 46.64 -
System Red Green Blue C M Y K H S L
Decimal 29 221 41 0.87 0 0.81 0.13 123.75 0.77 0.49
Hex 1D DD 29 57 0 51 D 7C 4D 31
Octal 35 335 51 127 0 121 15 174 115 61
Binary 11101 11011101 101001 1010111 0 1010001 1101 1111100 1001101 110001

Color Harmonies of #1DDD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD29

Black with #1DDD29

Text Example


Text Example

White with #1DDD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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