Shades of Lime Green #25C013
Tints of Lime Green #25C013
RGB
CMYK
RGB Variations
Color information
#25C013 (or 0x25C013) is known color: Lime Green. HEX triplet: 25, C0 and 13. RGB value is (37,192,19). Sum of RGB (Red+Green+Blue) = 37+192+19=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #25C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C013 is #DA3FEC. Grayscale: #7E7E7E. Windows color (decimal): -14303213 or 1294373. OLE color: 1294373.
HSL color Cylindrical-coordinate representation of color #25C013: hue angle of 113.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25C013 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 192 | 19 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.25 |
| HSL | 113.76º | 0.82% | 0.41% | - |
| HSV(B) | 113.76º | 0.9% | 0.75% | - |
| XYZ | 19.73 | 38.14 | 6.94 | - |
| YUV | 125.93 | 67.65 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 192 | 19 | 0.81 | 0 | 0.90 | 0.25 | 113.76 | 0.82 | 0.41 |
| Hex | 25 | C0 | 13 | 51 | 0 | 5A | 19 | 72 | 52 | 29 |
| Octal | 45 | 300 | 23 | 121 | 0 | 132 | 31 | 162 | 122 | 51 |
| Binary | 100101 | 11000000 | 10011 | 1010001 | 0 | 1011010 | 11001 | 1110010 | 1010010 | 101001 |
Color Harmonies of #25C013
Complementary color
Monochromatic Colors of #25C013
Black with #25C013
Text Example
Text Example
White with #25C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C013; }
p { color: rgb(37,192,19); }
H1.HeaderClassName
{
color: #25C013;
}
.AnyTagClassName
{
color: #25C013;
}
</style>
background-color css
<style>
a { background-color: #25C013; }
a { background-color: rgb(37,192,19); }
div.DivClassName
{
background-color: #25C013;
}
.BgClassName
{
background-color: #25C013;
}
</style>
border-color css
<style>
span { border-color: #25C013; }
span { border-color: rgb(37,192,19); }
td.TdClassName
{
border-color: #25C013;
}
.TagClassName
{
border-color: #25C013;
}
</style>