Shades of Lime Green #25D80E
Tints of Lime Green #25D80E
RGB
CMYK
RGB Variations
Color information
#25D80E (or 0x25D80E) is known color: Lime Green. HEX triplet: 25, D8 and 0E. RGB value is (37,216,14). Sum of RGB (Red+Green+Blue) = 37+216+14=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 216 (84.77% from 255 or 80.90% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 216 - color contains mainly: green. Hex color #25D80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D80E is #DA27F1. Grayscale: #8C8C8C. Windows color (decimal): -14297074 or 972837. OLE color: 972837.
HSL color Cylindrical-coordinate representation of color #25D80E: hue angle of 113.17º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25D80E is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 216 | 14 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.15 |
| HSL | 113.17º | 0.88% | 0.45% | - |
| HSV(B) | 113.17º | 0.94% | 0.85% | - |
| XYZ | 25.4 | 49.54 | 8.64 | - |
| YUV | 139.45 | 57.2 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 216 | 14 | 0.83 | 0 | 0.94 | 0.15 | 113.17 | 0.88 | 0.45 |
| Hex | 25 | D8 | E | 53 | 0 | 5E | F | 71 | 58 | 2D |
| Octal | 45 | 330 | 16 | 123 | 0 | 136 | 17 | 161 | 130 | 55 |
| Binary | 100101 | 11011000 | 1110 | 1010011 | 0 | 1011110 | 1111 | 1110001 | 1011000 | 101101 |
Color Harmonies of #25D80E
Complementary color
Monochromatic Colors of #25D80E
Black with #25D80E
Text Example
Text Example
White with #25D80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D80E; }
p { color: rgb(37,216,14); }
H1.HeaderClassName
{
color: #25D80E;
}
.AnyTagClassName
{
color: #25D80E;
}
</style>
background-color css
<style>
a { background-color: #25D80E; }
a { background-color: rgb(37,216,14); }
div.DivClassName
{
background-color: #25D80E;
}
.BgClassName
{
background-color: #25D80E;
}
</style>
border-color css
<style>
span { border-color: #25D80E; }
span { border-color: rgb(37,216,14); }
td.TdClassName
{
border-color: #25D80E;
}
.TagClassName
{
border-color: #25D80E;
}
</style>