Shades of Lime Green #25C949
Tints of Lime Green #25C949
RGB
CMYK
RGB Variations
Color information
#25C949 (or 0x25C949) is known color: Lime Green. HEX triplet: 25, C9 and 49. RGB value is (37,201,73). Sum of RGB (Red+Green+Blue) = 37+201+73=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 201 (78.91% from 255 or 64.63% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 201 - color contains mainly: green. Hex color #25C949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C949 is #DA36B6. Grayscale: #898989. Windows color (decimal): -14300855 or 4835621. OLE color: 4835621.
HSL color Cylindrical-coordinate representation of color #25C949: hue angle of 133.17º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C949 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 201 | 73 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.21 |
| HSL | 133.17º | 0.69% | 0.47% | - |
| HSV(B) | 133.17º | 0.82% | 0.79% | - |
| XYZ | 22.85 | 42.65 | 13.33 | - |
| YUV | 137.37 | 91.67 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 201 | 73 | 0.82 | 0 | 0.64 | 0.21 | 133.17 | 0.69 | 0.47 |
| Hex | 25 | C9 | 49 | 52 | 0 | 40 | 15 | 85 | 45 | 2F |
| Octal | 45 | 311 | 111 | 122 | 0 | 100 | 25 | 205 | 105 | 57 |
| Binary | 100101 | 11001001 | 1001001 | 1010010 | 0 | 1000000 | 10101 | 10000101 | 1000101 | 101111 |
Color Harmonies of #25C949
Complementary color
Monochromatic Colors of #25C949
Black with #25C949
Text Example
Text Example
White with #25C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C949; }
p { color: rgb(37,201,73); }
H1.HeaderClassName
{
color: #25C949;
}
.AnyTagClassName
{
color: #25C949;
}
</style>
background-color css
<style>
a { background-color: #25C949; }
a { background-color: rgb(37,201,73); }
div.DivClassName
{
background-color: #25C949;
}
.BgClassName
{
background-color: #25C949;
}
</style>
border-color css
<style>
span { border-color: #25C949; }
span { border-color: rgb(37,201,73); }
td.TdClassName
{
border-color: #25C949;
}
.TagClassName
{
border-color: #25C949;
}
</style>