Html Css Color HEX #1DDD1A Lime Green

📋 copy color: '#1DDD1A'

red 29 ◦ green 221 ◦ blue 26

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

Shades of Lime Green #1DDD1A

Tints of Lime Green #1DDD1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.42%

R = 10.51%
G = 80.07%
B = 9.42%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#1DDD1A (or 0x1DDD1A) is known color: Lime Green. HEX triplet: 1D, DD and 1A. RGB value is (29,221,26). Sum of RGB (Red+Green+Blue) = 29+221+26=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDD1A is #E222E5. Grayscale: #8D8D8D. Windows color (decimal): -14820070 or 1760541. OLE color: 1760541.

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

Color convert

RGB 29 221 26 -
CMYK 0.87 0 0.88 0.13
HSL 119.08º 0.79% 0.48% -
HSV(B) 119.08º 0.88% 0.87% -
XYZ 26.55 52.05 9.62 -
YUV 141.36 62.89 47.86 -
System Red Green Blue C M Y K H S L
Decimal 29 221 26 0.87 0 0.88 0.13 119.08 0.79 0.48
Hex 1D DD 1A 57 0 58 D 77 4F 30
Octal 35 335 32 127 0 130 15 167 117 60
Binary 11101 11011101 11010 1010111 0 1011000 1101 1110111 1001111 110000

Color Harmonies of #1DDD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD1A

Black with #1DDD1A

Text Example


Text Example

White with #1DDD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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