Shades of Lime Green #25E925
Tints of Lime Green #25E925
RGB
CMYK
RGB Variations
Color information
#25E925 (or 0x25E925) is known color: Lime Green. HEX triplet: 25, E9 and 25. RGB value is (37,233,37). Sum of RGB (Red+Green+Blue) = 37+233+37=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 233 (91.41% from 255 or 75.90% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 233 - color contains mainly: green. Hex color #25E925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25E925 is #DA16DA. Grayscale: #989898. Windows color (decimal): -14292699 or 2484517. OLE color: 2484517.
HSL color Cylindrical-coordinate representation of color #25E925: hue angle of 120º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E925 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 233 | 37 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.09 |
| HSL | 120º | 0.82% | 0.53% | - |
| HSV(B) | 120º | 0.84% | 0.91% | - |
| XYZ | 30.24 | 58.8 | 11.51 | - |
| YUV | 152.05 | 63.07 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 233 | 37 | 0.84 | 0 | 0.84 | 0.09 | 120 | 0.82 | 0.53 |
| Hex | 25 | E9 | 25 | 54 | 0 | 54 | 9 | 78 | 52 | 35 |
| Octal | 45 | 351 | 45 | 124 | 0 | 124 | 11 | 170 | 122 | 65 |
| Binary | 100101 | 11101001 | 100101 | 1010100 | 0 | 1010100 | 1001 | 1111000 | 1010010 | 110101 |
Color Harmonies of #25E925
Complementary color
Monochromatic Colors of #25E925
Black with #25E925
Text Example
Text Example
White with #25E925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E925; }
p { color: rgb(37,233,37); }
H1.HeaderClassName
{
color: #25E925;
}
.AnyTagClassName
{
color: #25E925;
}
</style>
background-color css
<style>
a { background-color: #25E925; }
a { background-color: rgb(37,233,37); }
div.DivClassName
{
background-color: #25E925;
}
.BgClassName
{
background-color: #25E925;
}
</style>
border-color css
<style>
span { border-color: #25E925; }
span { border-color: rgb(37,233,37); }
td.TdClassName
{
border-color: #25E925;
}
.TagClassName
{
border-color: #25E925;
}
</style>