Shades of Lime Green #25CC49
Tints of Lime Green #25CC49
RGB
CMYK
RGB Variations
Color information
#25CC49 (or 0x25CC49) is known color: Lime Green. HEX triplet: 25, CC and 49. RGB value is (37,204,73). Sum of RGB (Red+Green+Blue) = 37+204+73=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC49 is #DA33B6. Grayscale: #8B8B8B. Windows color (decimal): -14300087 or 4836389. OLE color: 4836389.
HSL color Cylindrical-coordinate representation of color #25CC49: hue angle of 132.93º 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 #25CC49 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 73 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.2 |
| HSL | 132.93º | 0.69% | 0.47% | - |
| HSV(B) | 132.93º | 0.82% | 0.8% | - |
| XYZ | 23.56 | 44.06 | 13.57 | - |
| YUV | 139.13 | 90.67 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 73 | 0.82 | 0 | 0.64 | 0.2 | 132.93 | 0.69 | 0.47 |
| Hex | 25 | CC | 49 | 52 | 0 | 40 | 14 | 85 | 45 | 2F |
| Octal | 45 | 314 | 111 | 122 | 0 | 100 | 24 | 205 | 105 | 57 |
| Binary | 100101 | 11001100 | 1001001 | 1010010 | 0 | 1000000 | 10100 | 10000101 | 1000101 | 101111 |
Color Harmonies of #25CC49
Complementary color
Monochromatic Colors of #25CC49
Black with #25CC49
Text Example
Text Example
White with #25CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CC49; }
p { color: rgb(37,204,73); }
H1.HeaderClassName
{
color: #25CC49;
}
.AnyTagClassName
{
color: #25CC49;
}
</style>
background-color css
<style>
a { background-color: #25CC49; }
a { background-color: rgb(37,204,73); }
div.DivClassName
{
background-color: #25CC49;
}
.BgClassName
{
background-color: #25CC49;
}
</style>
border-color css
<style>
span { border-color: #25CC49; }
span { border-color: rgb(37,204,73); }
td.TdClassName
{
border-color: #25CC49;
}
.TagClassName
{
border-color: #25CC49;
}
</style>