Shades of Lime Green #25E130
Tints of Lime Green #25E130
RGB
CMYK
RGB Variations
Color information
#25E130 (or 0x25E130) is known color: Lime Green. HEX triplet: 25, E1 and 30. RGB value is (37,225,48). Sum of RGB (Red+Green+Blue) = 37+225+48=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #25E130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E130 is #DA1ECF. Grayscale: #959595. Windows color (decimal): -14294736 or 3203365. OLE color: 3203365.
HSL color Cylindrical-coordinate representation of color #25E130: hue angle of 123.51º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E130 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 225 | 48 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.12 |
| HSL | 123.51º | 0.76% | 0.51% | - |
| HSV(B) | 123.51º | 0.84% | 0.88% | - |
| XYZ | 28.22 | 54.46 | 11.82 | - |
| YUV | 148.61 | 71.22 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 225 | 48 | 0.84 | 0 | 0.79 | 0.12 | 123.51 | 0.76 | 0.51 |
| Hex | 25 | E1 | 30 | 54 | 0 | 4F | C | 7C | 4C | 33 |
| Octal | 45 | 341 | 60 | 124 | 0 | 117 | 14 | 174 | 114 | 63 |
| Binary | 100101 | 11100001 | 110000 | 1010100 | 0 | 1001111 | 1100 | 1111100 | 1001100 | 110011 |
Color Harmonies of #25E130
Complementary color
Monochromatic Colors of #25E130
Black with #25E130
Text Example
Text Example
White with #25E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E130; }
p { color: rgb(37,225,48); }
H1.HeaderClassName
{
color: #25E130;
}
.AnyTagClassName
{
color: #25E130;
}
</style>
background-color css
<style>
a { background-color: #25E130; }
a { background-color: rgb(37,225,48); }
div.DivClassName
{
background-color: #25E130;
}
.BgClassName
{
background-color: #25E130;
}
</style>
border-color css
<style>
span { border-color: #25E130; }
span { border-color: rgb(37,225,48); }
td.TdClassName
{
border-color: #25E130;
}
.TagClassName
{
border-color: #25E130;
}
</style>