Shades of Lime Green #25D816
Tints of Lime Green #25D816
RGB
CMYK
RGB Variations
Color information
#25D816 (or 0x25D816) is known color: Lime Green. HEX triplet: 25, D8 and 16. RGB value is (37,216,22). Sum of RGB (Red+Green+Blue) = 37+216+22=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 216 (84.77% from 255 or 78.55% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 216 - color contains mainly: green. Hex color #25D816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D816 is #DA27E9. Grayscale: #8C8C8C. Windows color (decimal): -14297066 or 1497125. OLE color: 1497125.
HSL color Cylindrical-coordinate representation of color #25D816: hue angle of 115.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25D816 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 216 | 22 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.15 |
| HSL | 115.36º | 0.82% | 0.47% | - |
| HSV(B) | 115.36º | 0.9% | 0.85% | - |
| XYZ | 25.46 | 49.56 | 8.98 | - |
| YUV | 140.36 | 61.2 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 216 | 22 | 0.83 | 0 | 0.90 | 0.15 | 115.36 | 0.82 | 0.47 |
| Hex | 25 | D8 | 16 | 53 | 0 | 5A | F | 73 | 52 | 2F |
| Octal | 45 | 330 | 26 | 123 | 0 | 132 | 17 | 163 | 122 | 57 |
| Binary | 100101 | 11011000 | 10110 | 1010011 | 0 | 1011010 | 1111 | 1110011 | 1010010 | 101111 |
Color Harmonies of #25D816
Complementary color
Monochromatic Colors of #25D816
Black with #25D816
Text Example
Text Example
White with #25D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D816; }
p { color: rgb(37,216,22); }
H1.HeaderClassName
{
color: #25D816;
}
.AnyTagClassName
{
color: #25D816;
}
</style>
background-color css
<style>
a { background-color: #25D816; }
a { background-color: rgb(37,216,22); }
div.DivClassName
{
background-color: #25D816;
}
.BgClassName
{
background-color: #25D816;
}
</style>
border-color css
<style>
span { border-color: #25D816; }
span { border-color: rgb(37,216,22); }
td.TdClassName
{
border-color: #25D816;
}
.TagClassName
{
border-color: #25D816;
}
</style>