Shades of Lime Green #1AD83A
Tints of Lime Green #1AD83A
RGB
CMYK
RGB Variations
Color information
#1AD83A (or 0x1AD83A) is known color: Lime Green. HEX triplet: 1A, D8 and 3A. RGB value is (26,216,58). Sum of RGB (Red+Green+Blue) = 26+216+58=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 216 (84.77% from 255 or 72% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD83A is #E527C5. Grayscale: #8D8D8D. Windows color (decimal): -15017926 or 3856410. OLE color: 3856410.
HSL color Cylindrical-coordinate representation of color #1AD83A: hue angle of 130.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD83A is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 58 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.15 |
| HSL | 130.11º | 0.79% | 0.47% | - |
| HSV(B) | 130.11º | 0.88% | 0.85% | - |
| XYZ | 25.75 | 49.64 | 12.23 | - |
| YUV | 141.18 | 81.05 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 58 | 0.88 | 0 | 0.73 | 0.15 | 130.11 | 0.79 | 0.47 |
| Hex | 1A | D8 | 3A | 58 | 0 | 49 | F | 82 | 4F | 2F |
| Octal | 32 | 330 | 72 | 130 | 0 | 111 | 17 | 202 | 117 | 57 |
| Binary | 11010 | 11011000 | 111010 | 1011000 | 0 | 1001001 | 1111 | 10000010 | 1001111 | 101111 |
Color Harmonies of #1AD83A
Complementary color
Monochromatic Colors of #1AD83A
Black with #1AD83A
Text Example
Text Example
White with #1AD83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD83A; }
p { color: rgb(26,216,58); }
H1.HeaderClassName
{
color: #1AD83A;
}
.AnyTagClassName
{
color: #1AD83A;
}
</style>
background-color css
<style>
a { background-color: #1AD83A; }
a { background-color: rgb(26,216,58); }
div.DivClassName
{
background-color: #1AD83A;
}
.BgClassName
{
background-color: #1AD83A;
}
</style>
border-color css
<style>
span { border-color: #1AD83A; }
span { border-color: rgb(26,216,58); }
td.TdClassName
{
border-color: #1AD83A;
}
.TagClassName
{
border-color: #1AD83A;
}
</style>