Html Css Color HEX #1DDD35 Lime Green

📋 copy color: '#1DDD35'

red 29 ◦ green 221 ◦ blue 53

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

Shades of Lime Green #1DDD35

Tints of Lime Green #1DDD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 9.57%
G = 72.94%
B = 17.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#1DDD35 (or 0x1DDD35) is known color: Lime Green. HEX triplet: 1D, DD and 35. RGB value is (29,221,53). Sum of RGB (Red+Green+Blue) = 29+221+53=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDD35 is #E222CA. Grayscale: #909090. Windows color (decimal): -14820043 or 3530013. OLE color: 3530013.

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

Color convert

RGB 29 221 53 -
CMYK 0.87 0 0.76 0.13
HSL 127.5º 0.77% 0.49% -
HSV(B) 127.5º 0.87% 0.87% -
XYZ 27.01 52.23 12.03 -
YUV 144.44 76.39 45.66 -
System Red Green Blue C M Y K H S L
Decimal 29 221 53 0.87 0 0.76 0.13 127.5 0.77 0.49
Hex 1D DD 35 57 0 4C D 80 4D 31
Octal 35 335 65 127 0 114 15 200 115 61
Binary 11101 11011101 110101 1010111 0 1001100 1101 10000000 1001101 110001

Color Harmonies of #1DDD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD35

Black with #1DDD35

Text Example


Text Example

White with #1DDD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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