Shades of Lime Green #1ADA2C
Tints of Lime Green #1ADA2C
RGB
CMYK
RGB Variations
Color information
#1ADA2C (or 0x1ADA2C) is known color: Lime Green. HEX triplet: 1A, DA and 2C. RGB value is (26,218,44). Sum of RGB (Red+Green+Blue) = 26+218+44=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 218 (85.55% from 255 or 75.69% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 218 - color contains mainly: green. Hex color #1ADA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADA2C is #E525D3. Grayscale: #8D8D8D. Windows color (decimal): -15017428 or 2939418. OLE color: 2939418.
HSL color Cylindrical-coordinate representation of color #1ADA2C: hue angle of 125.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADA2C is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 218 | 44 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.15 |
| HSL | 125.63º | 0.79% | 0.48% | - |
| HSV(B) | 125.63º | 0.88% | 0.85% | - |
| XYZ | 25.95 | 50.54 | 10.77 | - |
| YUV | 140.76 | 73.39 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 44 | 0.88 | 0 | 0.80 | 0.15 | 125.63 | 0.79 | 0.48 |
| Hex | 1A | DA | 2C | 58 | 0 | 50 | F | 7E | 4F | 30 |
| Octal | 32 | 332 | 54 | 130 | 0 | 120 | 17 | 176 | 117 | 60 |
| Binary | 11010 | 11011010 | 101100 | 1011000 | 0 | 1010000 | 1111 | 1111110 | 1001111 | 110000 |
Color Harmonies of #1ADA2C
Complementary color
Monochromatic Colors of #1ADA2C
Black with #1ADA2C
Text Example
Text Example
White with #1ADA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADA2C; }
p { color: rgb(26,218,44); }
H1.HeaderClassName
{
color: #1ADA2C;
}
.AnyTagClassName
{
color: #1ADA2C;
}
</style>
background-color css
<style>
a { background-color: #1ADA2C; }
a { background-color: rgb(26,218,44); }
div.DivClassName
{
background-color: #1ADA2C;
}
.BgClassName
{
background-color: #1ADA2C;
}
</style>
border-color css
<style>
span { border-color: #1ADA2C; }
span { border-color: rgb(26,218,44); }
td.TdClassName
{
border-color: #1ADA2C;
}
.TagClassName
{
border-color: #1ADA2C;
}
</style>