Shades of Lime Green #1AD02A
Tints of Lime Green #1AD02A
RGB
CMYK
RGB Variations
Color information
#1AD02A (or 0x1AD02A) is known color: Lime Green. HEX triplet: 1A, D0 and 2A. RGB value is (26,208,42). Sum of RGB (Red+Green+Blue) = 26+208+42=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 208 (81.64% from 255 or 75.36% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD02A is #E52FD5. Grayscale: #878787. Windows color (decimal): -15019990 or 2805786. OLE color: 2805786.
HSL color Cylindrical-coordinate representation of color #1AD02A: hue angle of 125.27º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD02A is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 42 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.18 |
| HSL | 125.27º | 0.78% | 0.46% | - |
| HSV(B) | 125.27º | 0.88% | 0.82% | - |
| XYZ | 23.4 | 45.5 | 9.74 | - |
| YUV | 134.66 | 75.7 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 42 | 0.88 | 0 | 0.80 | 0.18 | 125.27 | 0.78 | 0.46 |
| Hex | 1A | D0 | 2A | 58 | 0 | 50 | 12 | 7D | 4E | 2E |
| Octal | 32 | 320 | 52 | 130 | 0 | 120 | 22 | 175 | 116 | 56 |
| Binary | 11010 | 11010000 | 101010 | 1011000 | 0 | 1010000 | 10010 | 1111101 | 1001110 | 101110 |
Color Harmonies of #1AD02A
Complementary color
Monochromatic Colors of #1AD02A
Black with #1AD02A
Text Example
Text Example
White with #1AD02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD02A; }
p { color: rgb(26,208,42); }
H1.HeaderClassName
{
color: #1AD02A;
}
.AnyTagClassName
{
color: #1AD02A;
}
</style>
background-color css
<style>
a { background-color: #1AD02A; }
a { background-color: rgb(26,208,42); }
div.DivClassName
{
background-color: #1AD02A;
}
.BgClassName
{
background-color: #1AD02A;
}
</style>
border-color css
<style>
span { border-color: #1AD02A; }
span { border-color: rgb(26,208,42); }
td.TdClassName
{
border-color: #1AD02A;
}
.TagClassName
{
border-color: #1AD02A;
}
</style>