Shades of Lime Green #25CF25
Tints of Lime Green #25CF25
RGB
CMYK
RGB Variations
Color information
#25CF25 (or 0x25CF25) is known color: Lime Green. HEX triplet: 25, CF and 25. RGB value is (37,207,37). Sum of RGB (Red+Green+Blue) = 37+207+37=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CF25 is #DA30DA. Grayscale: #898989. Windows color (decimal): -14299355 or 2477861. OLE color: 2477861.
HSL color Cylindrical-coordinate representation of color #25CF25: hue angle of 120º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CF25 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 37 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.19 |
| HSL | 120º | 0.7% | 0.48% | - |
| HSV(B) | 120º | 0.82% | 0.81% | - |
| XYZ | 23.41 | 45.15 | 9.23 | - |
| YUV | 136.79 | 71.68 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 37 | 0.82 | 0 | 0.82 | 0.19 | 120 | 0.7 | 0.48 |
| Hex | 25 | CF | 25 | 52 | 0 | 52 | 13 | 78 | 46 | 30 |
| Octal | 45 | 317 | 45 | 122 | 0 | 122 | 23 | 170 | 106 | 60 |
| Binary | 100101 | 11001111 | 100101 | 1010010 | 0 | 1010010 | 10011 | 1111000 | 1000110 | 110000 |
Color Harmonies of #25CF25
Complementary color
Monochromatic Colors of #25CF25
Black with #25CF25
Text Example
Text Example
White with #25CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CF25; }
p { color: rgb(37,207,37); }
H1.HeaderClassName
{
color: #25CF25;
}
.AnyTagClassName
{
color: #25CF25;
}
</style>
background-color css
<style>
a { background-color: #25CF25; }
a { background-color: rgb(37,207,37); }
div.DivClassName
{
background-color: #25CF25;
}
.BgClassName
{
background-color: #25CF25;
}
</style>
border-color css
<style>
span { border-color: #25CF25; }
span { border-color: rgb(37,207,37); }
td.TdClassName
{
border-color: #25CF25;
}
.TagClassName
{
border-color: #25CF25;
}
</style>