Shades of Lime Green #25CC20
Tints of Lime Green #25CC20
RGB
CMYK
RGB Variations
Color information
#25CC20 (or 0x25CC20) is known color: Lime Green. HEX triplet: 25, CC and 20. RGB value is (37,204,32). Sum of RGB (Red+Green+Blue) = 37+204+32=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC20 is #DA33DF. Grayscale: #868686. Windows color (decimal): -14300128 or 2149413. OLE color: 2149413.
HSL color Cylindrical-coordinate representation of color #25CC20: hue angle of 118.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25CC20 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 32 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.2 |
| HSL | 118.26º | 0.73% | 0.46% | - |
| HSV(B) | 118.26º | 0.84% | 0.8% | - |
| XYZ | 22.62 | 43.68 | 8.61 | - |
| YUV | 134.46 | 70.17 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 32 | 0.82 | 0 | 0.84 | 0.2 | 118.26 | 0.73 | 0.46 |
| Hex | 25 | CC | 20 | 52 | 0 | 54 | 14 | 76 | 49 | 2E |
| Octal | 45 | 314 | 40 | 122 | 0 | 124 | 24 | 166 | 111 | 56 |
| Binary | 100101 | 11001100 | 100000 | 1010010 | 0 | 1010100 | 10100 | 1110110 | 1001001 | 101110 |
Color Harmonies of #25CC20
Complementary color
Monochromatic Colors of #25CC20
Black with #25CC20
Text Example
Text Example
White with #25CC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CC20; }
p { color: rgb(37,204,32); }
H1.HeaderClassName
{
color: #25CC20;
}
.AnyTagClassName
{
color: #25CC20;
}
</style>
background-color css
<style>
a { background-color: #25CC20; }
a { background-color: rgb(37,204,32); }
div.DivClassName
{
background-color: #25CC20;
}
.BgClassName
{
background-color: #25CC20;
}
</style>
border-color css
<style>
span { border-color: #25CC20; }
span { border-color: rgb(37,204,32); }
td.TdClassName
{
border-color: #25CC20;
}
.TagClassName
{
border-color: #25CC20;
}
</style>