Shades of Lime Green #1AD825
Tints of Lime Green #1AD825
RGB
CMYK
RGB Variations
Color information
#1AD825 (or 0x1AD825) is known color: Lime Green. HEX triplet: 1A, D8 and 25. RGB value is (26,216,37). Sum of RGB (Red+Green+Blue) = 26+216+37=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 216 (84.77% from 255 or 77.42% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD825 is #E527DA. Grayscale: #8B8B8B. Windows color (decimal): -15017947 or 2480154. OLE color: 2480154.
HSL color Cylindrical-coordinate representation of color #1AD825: hue angle of 123.47º 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 #1AD825 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 37 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.15 |
| HSL | 123.47º | 0.79% | 0.47% | - |
| HSV(B) | 123.47º | 0.88% | 0.85% | - |
| XYZ | 25.32 | 49.46 | 9.96 | - |
| YUV | 138.78 | 70.55 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 37 | 0.88 | 0 | 0.83 | 0.15 | 123.47 | 0.79 | 0.47 |
| Hex | 1A | D8 | 25 | 58 | 0 | 53 | F | 7B | 4F | 2F |
| Octal | 32 | 330 | 45 | 130 | 0 | 123 | 17 | 173 | 117 | 57 |
| Binary | 11010 | 11011000 | 100101 | 1011000 | 0 | 1010011 | 1111 | 1111011 | 1001111 | 101111 |
Color Harmonies of #1AD825
Complementary color
Monochromatic Colors of #1AD825
Black with #1AD825
Text Example
Text Example
White with #1AD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD825; }
p { color: rgb(26,216,37); }
H1.HeaderClassName
{
color: #1AD825;
}
.AnyTagClassName
{
color: #1AD825;
}
</style>
background-color css
<style>
a { background-color: #1AD825; }
a { background-color: rgb(26,216,37); }
div.DivClassName
{
background-color: #1AD825;
}
.BgClassName
{
background-color: #1AD825;
}
</style>
border-color css
<style>
span { border-color: #1AD825; }
span { border-color: rgb(26,216,37); }
td.TdClassName
{
border-color: #1AD825;
}
.TagClassName
{
border-color: #1AD825;
}
</style>