Shades of Lime Green #25C536
Tints of Lime Green #25C536
RGB
CMYK
RGB Variations
Color information
#25C536 (or 0x25C536) is known color: Lime Green. HEX triplet: 25, C5 and 36. RGB value is (37,197,54). Sum of RGB (Red+Green+Blue) = 37+197+54=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 197 (77.34% from 255 or 68.40% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 197 - color contains mainly: green. Hex color #25C536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C536 is #DA3AC9. Grayscale: #858585. Windows color (decimal): -14301898 or 3589413. OLE color: 3589413.
HSL color Cylindrical-coordinate representation of color #25C536: hue angle of 126.38º 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 #25C536 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 197 | 54 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.23 |
| HSL | 126.38º | 0.68% | 0.46% | - |
| HSV(B) | 126.38º | 0.81% | 0.77% | - |
| XYZ | 21.4 | 40.59 | 10.2 | - |
| YUV | 132.86 | 83.49 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 197 | 54 | 0.81 | 0 | 0.73 | 0.23 | 126.38 | 0.68 | 0.46 |
| Hex | 25 | C5 | 36 | 51 | 0 | 49 | 17 | 7E | 44 | 2E |
| Octal | 45 | 305 | 66 | 121 | 0 | 111 | 27 | 176 | 104 | 56 |
| Binary | 100101 | 11000101 | 110110 | 1010001 | 0 | 1001001 | 10111 | 1111110 | 1000100 | 101110 |
Color Harmonies of #25C536
Complementary color
Monochromatic Colors of #25C536
Black with #25C536
Text Example
Text Example
White with #25C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C536; }
p { color: rgb(37,197,54); }
H1.HeaderClassName
{
color: #25C536;
}
.AnyTagClassName
{
color: #25C536;
}
</style>
background-color css
<style>
a { background-color: #25C536; }
a { background-color: rgb(37,197,54); }
div.DivClassName
{
background-color: #25C536;
}
.BgClassName
{
background-color: #25C536;
}
</style>
border-color css
<style>
span { border-color: #25C536; }
span { border-color: rgb(37,197,54); }
td.TdClassName
{
border-color: #25C536;
}
.TagClassName
{
border-color: #25C536;
}
</style>