Shades of Lime Green #1AD02D
Tints of Lime Green #1AD02D
RGB
CMYK
RGB Variations
Color information
#1AD02D (or 0x1AD02D) is known color: Lime Green. HEX triplet: 1A, D0 and 2D. RGB value is (26,208,45). Sum of RGB (Red+Green+Blue) = 26+208+45=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 208 (81.64% from 255 or 74.55% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD02D is #E52FD2. Grayscale: #878787. Windows color (decimal): -15019987 or 3002394. OLE color: 3002394.
HSL color Cylindrical-coordinate representation of color #1AD02D: hue angle of 126.26º 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 #1AD02D is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 45 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.18 |
| HSL | 126.26º | 0.78% | 0.46% | - |
| HSV(B) | 126.26º | 0.88% | 0.82% | - |
| XYZ | 23.46 | 45.52 | 10.03 | - |
| YUV | 135 | 77.2 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 45 | 0.88 | 0 | 0.78 | 0.18 | 126.26 | 0.78 | 0.46 |
| Hex | 1A | D0 | 2D | 58 | 0 | 4E | 12 | 7E | 4E | 2E |
| Octal | 32 | 320 | 55 | 130 | 0 | 116 | 22 | 176 | 116 | 56 |
| Binary | 11010 | 11010000 | 101101 | 1011000 | 0 | 1001110 | 10010 | 1111110 | 1001110 | 101110 |
Color Harmonies of #1AD02D
Complementary color
Monochromatic Colors of #1AD02D
Black with #1AD02D
Text Example
Text Example
White with #1AD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD02D; }
p { color: rgb(26,208,45); }
H1.HeaderClassName
{
color: #1AD02D;
}
.AnyTagClassName
{
color: #1AD02D;
}
</style>
background-color css
<style>
a { background-color: #1AD02D; }
a { background-color: rgb(26,208,45); }
div.DivClassName
{
background-color: #1AD02D;
}
.BgClassName
{
background-color: #1AD02D;
}
</style>
border-color css
<style>
span { border-color: #1AD02D; }
span { border-color: rgb(26,208,45); }
td.TdClassName
{
border-color: #1AD02D;
}
.TagClassName
{
border-color: #1AD02D;
}
</style>