Html Css Color HEX #1ADD29 Lime Green

📋 copy color: '#1ADD29'

red 26 ◦ green 221 ◦ blue 41

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

Shades of Lime Green #1ADD29

Tints of Lime Green #1ADD29

RGB

 RED value IS 26 (10.55% from 255) = 9.03%

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

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

R = 9.03%
G = 76.74%
B = 14.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#1ADD29 (or 0x1ADD29) is known color: Lime Green. HEX triplet: 1A, DD and 29. RGB value is (26,221,41). Sum of RGB (Red+Green+Blue) = 26+221+41=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD29 is #E522D6. Grayscale: #8E8E8E. Windows color (decimal): -15016663 or 2743578. OLE color: 2743578.

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

Color convert

RGB 26 221 41 -
CMYK 0.88 0 0.81 0.13
HSL 124.62º 0.79% 0.48% -
HSV(B) 124.62º 0.88% 0.87% -
XYZ 26.68 52.09 10.75 -
YUV 142.18 70.9 45.14 -
System Red Green Blue C M Y K H S L
Decimal 26 221 41 0.88 0 0.81 0.13 124.62 0.79 0.48
Hex 1A DD 29 58 0 51 D 7D 4F 30
Octal 32 335 51 130 0 121 15 175 117 60
Binary 11010 11011101 101001 1011000 0 1010001 1101 1111101 1001111 110000

Color Harmonies of #1ADD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADD29

Black with #1ADD29

Text Example


Text Example

White with #1ADD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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