Shades of Lime Green #25CA13
Tints of Lime Green #25CA13
RGB
CMYK
RGB Variations
Color information
#25CA13 (or 0x25CA13) is known color: Lime Green. HEX triplet: 25, CA and 13. RGB value is (37,202,19). Sum of RGB (Red+Green+Blue) = 37+202+19=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 202 (79.30% from 255 or 78.29% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CA13 is #DA35EC. Grayscale: #848484. Windows color (decimal): -14300653 or 1296933. OLE color: 1296933.
HSL color Cylindrical-coordinate representation of color #25CA13: hue angle of 114.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25CA13 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 202 | 19 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.21 |
| HSL | 114.1º | 0.83% | 0.43% | - |
| HSV(B) | 114.1º | 0.91% | 0.79% | - |
| XYZ | 22 | 42.68 | 7.69 | - |
| YUV | 131.8 | 64.34 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 19 | 0.82 | 0 | 0.91 | 0.21 | 114.1 | 0.83 | 0.43 |
| Hex | 25 | CA | 13 | 52 | 0 | 5B | 15 | 72 | 53 | 2B |
| Octal | 45 | 312 | 23 | 122 | 0 | 133 | 25 | 162 | 123 | 53 |
| Binary | 100101 | 11001010 | 10011 | 1010010 | 0 | 1011011 | 10101 | 1110010 | 1010011 | 101011 |
Color Harmonies of #25CA13
Complementary color
Monochromatic Colors of #25CA13
Black with #25CA13
Text Example
Text Example
White with #25CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CA13; }
p { color: rgb(37,202,19); }
H1.HeaderClassName
{
color: #25CA13;
}
.AnyTagClassName
{
color: #25CA13;
}
</style>
background-color css
<style>
a { background-color: #25CA13; }
a { background-color: rgb(37,202,19); }
div.DivClassName
{
background-color: #25CA13;
}
.BgClassName
{
background-color: #25CA13;
}
</style>
border-color css
<style>
span { border-color: #25CA13; }
span { border-color: rgb(37,202,19); }
td.TdClassName
{
border-color: #25CA13;
}
.TagClassName
{
border-color: #25CA13;
}
</style>