Shades of Lime Green #25CB13
Tints of Lime Green #25CB13
RGB
CMYK
RGB Variations
Color information
#25CB13 (or 0x25CB13) is known color: Lime Green. HEX triplet: 25, CB and 13. RGB value is (37,203,19). Sum of RGB (Red+Green+Blue) = 37+203+19=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 203 (79.69% from 255 or 78.38% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 203 - color contains mainly: green. Hex color #25CB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CB13 is #DA34EC. Grayscale: #848484. Windows color (decimal): -14300397 or 1297189. OLE color: 1297189.
HSL color Cylindrical-coordinate representation of color #25CB13: hue angle of 114.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25CB13 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 203 | 19 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.20 |
| HSL | 114.13º | 0.83% | 0.44% | - |
| HSV(B) | 114.13º | 0.91% | 0.8% | - |
| XYZ | 22.24 | 43.15 | 7.77 | - |
| YUV | 132.39 | 64 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 203 | 19 | 0.82 | 0 | 0.91 | 0.20 | 114.13 | 0.83 | 0.44 |
| Hex | 25 | CB | 13 | 52 | 0 | 5B | 14 | 72 | 53 | 2C |
| Octal | 45 | 313 | 23 | 122 | 0 | 133 | 24 | 162 | 123 | 54 |
| Binary | 100101 | 11001011 | 10011 | 1010010 | 0 | 1011011 | 10100 | 1110010 | 1010011 | 101100 |
Color Harmonies of #25CB13
Complementary color
Monochromatic Colors of #25CB13
Black with #25CB13
Text Example
Text Example
White with #25CB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CB13; }
p { color: rgb(37,203,19); }
H1.HeaderClassName
{
color: #25CB13;
}
.AnyTagClassName
{
color: #25CB13;
}
</style>
background-color css
<style>
a { background-color: #25CB13; }
a { background-color: rgb(37,203,19); }
div.DivClassName
{
background-color: #25CB13;
}
.BgClassName
{
background-color: #25CB13;
}
</style>
border-color css
<style>
span { border-color: #25CB13; }
span { border-color: rgb(37,203,19); }
td.TdClassName
{
border-color: #25CB13;
}
.TagClassName
{
border-color: #25CB13;
}
</style>