Shades of Lime Green #1ADE25
Tints of Lime Green #1ADE25
RGB
CMYK
RGB Variations
Color information
#1ADE25 (or 0x1ADE25) is known color: Lime Green. HEX triplet: 1A, DE and 25. RGB value is (26,222,37). Sum of RGB (Red+Green+Blue) = 26+222+37=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 222 (87.11% from 255 or 77.89% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADE25 is #E521DA. Grayscale: #8E8E8E. Windows color (decimal): -15016411 or 2481690. OLE color: 2481690.
HSL color Cylindrical-coordinate representation of color #1ADE25: hue angle of 123.37º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADE25 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 37 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.13 |
| HSL | 123.37º | 0.79% | 0.49% | - |
| HSV(B) | 123.37º | 0.88% | 0.87% | - |
| XYZ | 26.88 | 52.6 | 10.49 | - |
| YUV | 142.31 | 68.57 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 37 | 0.88 | 0 | 0.83 | 0.13 | 123.37 | 0.79 | 0.49 |
| Hex | 1A | DE | 25 | 58 | 0 | 53 | D | 7B | 4F | 31 |
| Octal | 32 | 336 | 45 | 130 | 0 | 123 | 15 | 173 | 117 | 61 |
| Binary | 11010 | 11011110 | 100101 | 1011000 | 0 | 1010011 | 1101 | 1111011 | 1001111 | 110001 |
Color Harmonies of #1ADE25
Complementary color
Monochromatic Colors of #1ADE25
Black with #1ADE25
Text Example
Text Example
White with #1ADE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE25; }
p { color: rgb(26,222,37); }
H1.HeaderClassName
{
color: #1ADE25;
}
.AnyTagClassName
{
color: #1ADE25;
}
</style>
background-color css
<style>
a { background-color: #1ADE25; }
a { background-color: rgb(26,222,37); }
div.DivClassName
{
background-color: #1ADE25;
}
.BgClassName
{
background-color: #1ADE25;
}
</style>
border-color css
<style>
span { border-color: #1ADE25; }
span { border-color: rgb(26,222,37); }
td.TdClassName
{
border-color: #1ADE25;
}
.TagClassName
{
border-color: #1ADE25;
}
</style>