Shades of Lime Green #25C524
Tints of Lime Green #25C524
RGB
CMYK
RGB Variations
Color information
#25C524 (or 0x25C524) is known color: Lime Green. HEX triplet: 25, C5 and 24. RGB value is (37,197,36). Sum of RGB (Red+Green+Blue) = 37+197+36=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 197 (77.34% from 255 or 72.96% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 197 - color contains mainly: green. Hex color #25C524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C524 is #DA3ADB. Grayscale: #838383. Windows color (decimal): -14301916 or 2409765. OLE color: 2409765.
HSL color Cylindrical-coordinate representation of color #25C524: hue angle of 119.63º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C524 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 197 | 36 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.23 |
| HSL | 119.63º | 0.69% | 0.46% | - |
| HSV(B) | 119.63º | 0.82% | 0.77% | - |
| XYZ | 21.05 | 40.45 | 8.37 | - |
| YUV | 130.81 | 74.49 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 197 | 36 | 0.81 | 0 | 0.82 | 0.23 | 119.63 | 0.69 | 0.46 |
| Hex | 25 | C5 | 24 | 51 | 0 | 52 | 17 | 78 | 45 | 2E |
| Octal | 45 | 305 | 44 | 121 | 0 | 122 | 27 | 170 | 105 | 56 |
| Binary | 100101 | 11000101 | 100100 | 1010001 | 0 | 1010010 | 10111 | 1111000 | 1000101 | 101110 |
Color Harmonies of #25C524
Complementary color
Monochromatic Colors of #25C524
Black with #25C524
Text Example
Text Example
White with #25C524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C524; }
p { color: rgb(37,197,36); }
H1.HeaderClassName
{
color: #25C524;
}
.AnyTagClassName
{
color: #25C524;
}
</style>
background-color css
<style>
a { background-color: #25C524; }
a { background-color: rgb(37,197,36); }
div.DivClassName
{
background-color: #25C524;
}
.BgClassName
{
background-color: #25C524;
}
</style>
border-color css
<style>
span { border-color: #25C524; }
span { border-color: rgb(37,197,36); }
td.TdClassName
{
border-color: #25C524;
}
.TagClassName
{
border-color: #25C524;
}
</style>