Shades of Lime Green #1ADD2C
Tints of Lime Green #1ADD2C
RGB
CMYK
RGB Variations
Color information
#1ADD2C (or 0x1ADD2C) is known color: Lime Green. HEX triplet: 1A, DD and 2C. RGB value is (26,221,44). Sum of RGB (Red+Green+Blue) = 26+221+44=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 221 (86.72% from 255 or 75.95% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD2C is #E522D3. Grayscale: #8F8F8F. Windows color (decimal): -15016660 or 2940186. OLE color: 2940186.
HSL color Cylindrical-coordinate representation of color #1ADD2C: hue angle of 125.54º 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 #1ADD2C is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 44 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.13 |
| HSL | 125.54º | 0.79% | 0.48% | - |
| HSV(B) | 125.54º | 0.88% | 0.87% | - |
| XYZ | 26.74 | 52.11 | 11.03 | - |
| YUV | 142.52 | 72.4 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 44 | 0.88 | 0 | 0.80 | 0.13 | 125.54 | 0.79 | 0.48 |
| Hex | 1A | DD | 2C | 58 | 0 | 50 | D | 7E | 4F | 30 |
| Octal | 32 | 335 | 54 | 130 | 0 | 120 | 15 | 176 | 117 | 60 |
| Binary | 11010 | 11011101 | 101100 | 1011000 | 0 | 1010000 | 1101 | 1111110 | 1001111 | 110000 |
Color Harmonies of #1ADD2C
Complementary color
Monochromatic Colors of #1ADD2C
Black with #1ADD2C
Text Example
Text Example
White with #1ADD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD2C; }
p { color: rgb(26,221,44); }
H1.HeaderClassName
{
color: #1ADD2C;
}
.AnyTagClassName
{
color: #1ADD2C;
}
</style>
background-color css
<style>
a { background-color: #1ADD2C; }
a { background-color: rgb(26,221,44); }
div.DivClassName
{
background-color: #1ADD2C;
}
.BgClassName
{
background-color: #1ADD2C;
}
</style>
border-color css
<style>
span { border-color: #1ADD2C; }
span { border-color: rgb(26,221,44); }
td.TdClassName
{
border-color: #1ADD2C;
}
.TagClassName
{
border-color: #1ADD2C;
}
</style>