Shades of Lime Green #1ADD32
Tints of Lime Green #1ADD32
RGB
CMYK
RGB Variations
Color information
#1ADD32 (or 0x1ADD32) is known color: Lime Green. HEX triplet: 1A, DD and 32. RGB value is (26,221,50). Sum of RGB (Red+Green+Blue) = 26+221+50=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 221 (86.72% from 255 or 74.41% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD32 is #E522CD. Grayscale: #8F8F8F. Windows color (decimal): -15016654 or 3333402. OLE color: 3333402.
HSL color Cylindrical-coordinate representation of color #1ADD32: hue angle of 127.38º 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 #1ADD32 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 50 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.13 |
| HSL | 127.38º | 0.79% | 0.48% | - |
| HSV(B) | 127.38º | 0.88% | 0.87% | - |
| XYZ | 26.86 | 52.16 | 11.67 | - |
| YUV | 143.2 | 75.4 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 50 | 0.88 | 0 | 0.77 | 0.13 | 127.38 | 0.79 | 0.48 |
| Hex | 1A | DD | 32 | 58 | 0 | 4D | D | 7F | 4F | 30 |
| Octal | 32 | 335 | 62 | 130 | 0 | 115 | 15 | 177 | 117 | 60 |
| Binary | 11010 | 11011101 | 110010 | 1011000 | 0 | 1001101 | 1101 | 1111111 | 1001111 | 110000 |
Color Harmonies of #1ADD32
Complementary color
Monochromatic Colors of #1ADD32
Black with #1ADD32
Text Example
Text Example
White with #1ADD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD32; }
p { color: rgb(26,221,50); }
H1.HeaderClassName
{
color: #1ADD32;
}
.AnyTagClassName
{
color: #1ADD32;
}
</style>
background-color css
<style>
a { background-color: #1ADD32; }
a { background-color: rgb(26,221,50); }
div.DivClassName
{
background-color: #1ADD32;
}
.BgClassName
{
background-color: #1ADD32;
}
</style>
border-color css
<style>
span { border-color: #1ADD32; }
span { border-color: rgb(26,221,50); }
td.TdClassName
{
border-color: #1ADD32;
}
.TagClassName
{
border-color: #1ADD32;
}
</style>