Shades of Lime Green #25E13B
Tints of Lime Green #25E13B
RGB
CMYK
RGB Variations
Color information
#25E13B (or 0x25E13B) is known color: Lime Green. HEX triplet: 25, E1 and 3B. RGB value is (37,225,59). Sum of RGB (Red+Green+Blue) = 37+225+59=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #25E13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E13B is #DA1EC4. Grayscale: #969696. Windows color (decimal): -14294725 or 3924261. OLE color: 3924261.
HSL color Cylindrical-coordinate representation of color #25E13B: hue angle of 127.02º 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 #25E13B is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 225 | 59 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.12 |
| HSL | 127.02º | 0.76% | 0.51% | - |
| HSV(B) | 127.02º | 0.84% | 0.88% | - |
| XYZ | 28.48 | 54.56 | 13.17 | - |
| YUV | 149.86 | 76.72 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 225 | 59 | 0.84 | 0 | 0.74 | 0.12 | 127.02 | 0.76 | 0.51 |
| Hex | 25 | E1 | 3B | 54 | 0 | 4A | C | 7F | 4C | 33 |
| Octal | 45 | 341 | 73 | 124 | 0 | 112 | 14 | 177 | 114 | 63 |
| Binary | 100101 | 11100001 | 111011 | 1010100 | 0 | 1001010 | 1100 | 1111111 | 1001100 | 110011 |
Color Harmonies of #25E13B
Complementary color
Monochromatic Colors of #25E13B
Black with #25E13B
Text Example
Text Example
White with #25E13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E13B; }
p { color: rgb(37,225,59); }
H1.HeaderClassName
{
color: #25E13B;
}
.AnyTagClassName
{
color: #25E13B;
}
</style>
background-color css
<style>
a { background-color: #25E13B; }
a { background-color: rgb(37,225,59); }
div.DivClassName
{
background-color: #25E13B;
}
.BgClassName
{
background-color: #25E13B;
}
</style>
border-color css
<style>
span { border-color: #25E13B; }
span { border-color: rgb(37,225,59); }
td.TdClassName
{
border-color: #25E13B;
}
.TagClassName
{
border-color: #25E13B;
}
</style>