Shades of Lime Green #25C522
Tints of Lime Green #25C522
RGB
CMYK
RGB Variations
Color information
#25C522 (or 0x25C522) is known color: Lime Green. HEX triplet: 25, C5 and 22. RGB value is (37,197,34). Sum of RGB (Red+Green+Blue) = 37+197+34=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 197 (77.34% from 255 or 73.51% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 197 - color contains mainly: green. Hex color #25C522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C522 is #DA3ADD. Grayscale: #838383. Windows color (decimal): -14301918 or 2278693. OLE color: 2278693.
HSL color Cylindrical-coordinate representation of color #25C522: hue angle of 118.9º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25C522 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 197 | 34 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.23 |
| HSL | 118.9º | 0.71% | 0.45% | - |
| HSV(B) | 118.9º | 0.83% | 0.77% | - |
| XYZ | 21.02 | 40.44 | 8.21 | - |
| YUV | 130.58 | 73.49 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 197 | 34 | 0.81 | 0 | 0.83 | 0.23 | 118.9 | 0.71 | 0.45 |
| Hex | 25 | C5 | 22 | 51 | 0 | 53 | 17 | 77 | 47 | 2D |
| Octal | 45 | 305 | 42 | 121 | 0 | 123 | 27 | 167 | 107 | 55 |
| Binary | 100101 | 11000101 | 100010 | 1010001 | 0 | 1010011 | 10111 | 1110111 | 1000111 | 101101 |
Color Harmonies of #25C522
Complementary color
Monochromatic Colors of #25C522
Black with #25C522
Text Example
Text Example
White with #25C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C522; }
p { color: rgb(37,197,34); }
H1.HeaderClassName
{
color: #25C522;
}
.AnyTagClassName
{
color: #25C522;
}
</style>
background-color css
<style>
a { background-color: #25C522; }
a { background-color: rgb(37,197,34); }
div.DivClassName
{
background-color: #25C522;
}
.BgClassName
{
background-color: #25C522;
}
</style>
border-color css
<style>
span { border-color: #25C522; }
span { border-color: rgb(37,197,34); }
td.TdClassName
{
border-color: #25C522;
}
.TagClassName
{
border-color: #25C522;
}
</style>