Shades of Lime Green #25CC28
Tints of Lime Green #25CC28
RGB
CMYK
RGB Variations
Color information
#25CC28 (or 0x25CC28) is known color: Lime Green. HEX triplet: 25, CC and 28. RGB value is (37,204,40). Sum of RGB (Red+Green+Blue) = 37+204+40=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 204 (80.08% from 255 or 72.60% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC28 is #DA33D7. Grayscale: #878787. Windows color (decimal): -14300120 or 2673701. OLE color: 2673701.
HSL color Cylindrical-coordinate representation of color #25CC28: hue angle of 121.08º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CC28 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 40 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.2 |
| HSL | 121.08º | 0.69% | 0.47% | - |
| HSV(B) | 121.08º | 0.82% | 0.8% | - |
| XYZ | 22.74 | 43.73 | 9.25 | - |
| YUV | 135.37 | 74.17 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 40 | 0.82 | 0 | 0.80 | 0.2 | 121.08 | 0.69 | 0.47 |
| Hex | 25 | CC | 28 | 52 | 0 | 50 | 14 | 79 | 45 | 2F |
| Octal | 45 | 314 | 50 | 122 | 0 | 120 | 24 | 171 | 105 | 57 |
| Binary | 100101 | 11001100 | 101000 | 1010010 | 0 | 1010000 | 10100 | 1111001 | 1000101 | 101111 |
Color Harmonies of #25CC28
Complementary color
Monochromatic Colors of #25CC28
Black with #25CC28
Text Example
Text Example
White with #25CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CC28; }
p { color: rgb(37,204,40); }
H1.HeaderClassName
{
color: #25CC28;
}
.AnyTagClassName
{
color: #25CC28;
}
</style>
background-color css
<style>
a { background-color: #25CC28; }
a { background-color: rgb(37,204,40); }
div.DivClassName
{
background-color: #25CC28;
}
.BgClassName
{
background-color: #25CC28;
}
</style>
border-color css
<style>
span { border-color: #25CC28; }
span { border-color: rgb(37,204,40); }
td.TdClassName
{
border-color: #25CC28;
}
.TagClassName
{
border-color: #25CC28;
}
</style>