Shades of Lime Green #25CF05
Tints of Lime Green #25CF05
RGB
CMYK
RGB Variations
Color information
#25CF05 (or 0x25CF05) is known color: Lime Green. HEX triplet: 25, CF and 05. RGB value is (37,207,5). Sum of RGB (Red+Green+Blue) = 37+207+5=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 207 (81.25% from 255 or 83.13% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CF05 is #DA30FA. Grayscale: #858585. Windows color (decimal): -14299387 or 380709. OLE color: 380709.
HSL color Cylindrical-coordinate representation of color #25CF05: hue angle of 110.5º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25CF05 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 5 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.19 |
| HSL | 110.5º | 0.95% | 0.42% | - |
| HSV(B) | 110.5º | 0.98% | 0.81% | - |
| XYZ | 23.1 | 45.03 | 7.62 | - |
| YUV | 133.14 | 55.68 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 5 | 0.82 | 0 | 0.98 | 0.19 | 110.5 | 0.95 | 0.42 |
| Hex | 25 | CF | 5 | 52 | 0 | 62 | 13 | 6E | 5F | 2A |
| Octal | 45 | 317 | 5 | 122 | 0 | 142 | 23 | 156 | 137 | 52 |
| Binary | 100101 | 11001111 | 101 | 1010010 | 0 | 1100010 | 10011 | 1101110 | 1011111 | 101010 |
Color Harmonies of #25CF05
Complementary color
Monochromatic Colors of #25CF05
Black with #25CF05
Text Example
Text Example
White with #25CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CF05; }
p { color: rgb(37,207,5); }
H1.HeaderClassName
{
color: #25CF05;
}
.AnyTagClassName
{
color: #25CF05;
}
</style>
background-color css
<style>
a { background-color: #25CF05; }
a { background-color: rgb(37,207,5); }
div.DivClassName
{
background-color: #25CF05;
}
.BgClassName
{
background-color: #25CF05;
}
</style>
border-color css
<style>
span { border-color: #25CF05; }
span { border-color: rgb(37,207,5); }
td.TdClassName
{
border-color: #25CF05;
}
.TagClassName
{
border-color: #25CF05;
}
</style>