Shades of Lime Green #25C541
Tints of Lime Green #25C541
RGB
CMYK
RGB Variations
Color information
#25C541 (or 0x25C541) is known color: Lime Green. HEX triplet: 25, C5 and 41. RGB value is (37,197,65). Sum of RGB (Red+Green+Blue) = 37+197+65=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #25C541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C541 is #DA3ABE. Grayscale: #868686. Windows color (decimal): -14301887 or 4310309. OLE color: 4310309.
HSL color Cylindrical-coordinate representation of color #25C541: hue angle of 130.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C541 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 197 | 65 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.23 |
| HSL | 130.5º | 0.68% | 0.46% | - |
| HSV(B) | 130.5º | 0.81% | 0.77% | - |
| XYZ | 21.68 | 40.71 | 11.72 | - |
| YUV | 134.11 | 88.99 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 197 | 65 | 0.81 | 0 | 0.67 | 0.23 | 130.5 | 0.68 | 0.46 |
| Hex | 25 | C5 | 41 | 51 | 0 | 43 | 17 | 82 | 44 | 2E |
| Octal | 45 | 305 | 101 | 121 | 0 | 103 | 27 | 202 | 104 | 56 |
| Binary | 100101 | 11000101 | 1000001 | 1010001 | 0 | 1000011 | 10111 | 10000010 | 1000100 | 101110 |
Color Harmonies of #25C541
Complementary color
Monochromatic Colors of #25C541
Black with #25C541
Text Example
Text Example
White with #25C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C541; }
p { color: rgb(37,197,65); }
H1.HeaderClassName
{
color: #25C541;
}
.AnyTagClassName
{
color: #25C541;
}
</style>
background-color css
<style>
a { background-color: #25C541; }
a { background-color: rgb(37,197,65); }
div.DivClassName
{
background-color: #25C541;
}
.BgClassName
{
background-color: #25C541;
}
</style>
border-color css
<style>
span { border-color: #25C541; }
span { border-color: rgb(37,197,65); }
td.TdClassName
{
border-color: #25C541;
}
.TagClassName
{
border-color: #25C541;
}
</style>