Shades of Lime Green #25C538
Tints of Lime Green #25C538
RGB
CMYK
RGB Variations
Color information
#25C538 (or 0x25C538) is known color: Lime Green. HEX triplet: 25, C5 and 38. RGB value is (37,197,56). Sum of RGB (Red+Green+Blue) = 37+197+56=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 197 (77.34% from 255 or 67.93% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 197 - color contains mainly: green. Hex color #25C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C538 is #DA3AC7. Grayscale: #858585. Windows color (decimal): -14301896 or 3720485. OLE color: 3720485.
HSL color Cylindrical-coordinate representation of color #25C538: hue angle of 127.13º 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 #25C538 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 197 | 56 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.23 |
| HSL | 127.13º | 0.68% | 0.46% | - |
| HSV(B) | 127.13º | 0.81% | 0.77% | - |
| XYZ | 21.44 | 40.61 | 10.45 | - |
| YUV | 133.09 | 84.49 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 197 | 56 | 0.81 | 0 | 0.72 | 0.23 | 127.13 | 0.68 | 0.46 |
| Hex | 25 | C5 | 38 | 51 | 0 | 48 | 17 | 7F | 44 | 2E |
| Octal | 45 | 305 | 70 | 121 | 0 | 110 | 27 | 177 | 104 | 56 |
| Binary | 100101 | 11000101 | 111000 | 1010001 | 0 | 1001000 | 10111 | 1111111 | 1000100 | 101110 |
Color Harmonies of #25C538
Complementary color
Monochromatic Colors of #25C538
Black with #25C538
Text Example
Text Example
White with #25C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C538; }
p { color: rgb(37,197,56); }
H1.HeaderClassName
{
color: #25C538;
}
.AnyTagClassName
{
color: #25C538;
}
</style>
background-color css
<style>
a { background-color: #25C538; }
a { background-color: rgb(37,197,56); }
div.DivClassName
{
background-color: #25C538;
}
.BgClassName
{
background-color: #25C538;
}
</style>
border-color css
<style>
span { border-color: #25C538; }
span { border-color: rgb(37,197,56); }
td.TdClassName
{
border-color: #25C538;
}
.TagClassName
{
border-color: #25C538;
}
</style>