Shades of Lime Green #25C337
Tints of Lime Green #25C337
RGB
CMYK
RGB Variations
Color information
#25C337 (or 0x25C337) is known color: Lime Green. HEX triplet: 25, C3 and 37. RGB value is (37,195,55). Sum of RGB (Red+Green+Blue) = 37+195+55=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #25C337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C337 is #DA3CC8. Grayscale: #848484. Windows color (decimal): -14302409 or 3654437. OLE color: 3654437.
HSL color Cylindrical-coordinate representation of color #25C337: hue angle of 126.84º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C337 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 195 | 55 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.24 |
| HSL | 126.84º | 0.68% | 0.45% | - |
| HSV(B) | 126.84º | 0.81% | 0.76% | - |
| XYZ | 20.97 | 39.7 | 10.17 | - |
| YUV | 131.8 | 84.65 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 195 | 55 | 0.81 | 0 | 0.72 | 0.24 | 126.84 | 0.68 | 0.45 |
| Hex | 25 | C3 | 37 | 51 | 0 | 48 | 18 | 7F | 44 | 2D |
| Octal | 45 | 303 | 67 | 121 | 0 | 110 | 30 | 177 | 104 | 55 |
| Binary | 100101 | 11000011 | 110111 | 1010001 | 0 | 1001000 | 11000 | 1111111 | 1000100 | 101101 |
Color Harmonies of #25C337
Complementary color
Monochromatic Colors of #25C337
Black with #25C337
Text Example
Text Example
White with #25C337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C337; }
p { color: rgb(37,195,55); }
H1.HeaderClassName
{
color: #25C337;
}
.AnyTagClassName
{
color: #25C337;
}
</style>
background-color css
<style>
a { background-color: #25C337; }
a { background-color: rgb(37,195,55); }
div.DivClassName
{
background-color: #25C337;
}
.BgClassName
{
background-color: #25C337;
}
</style>
border-color css
<style>
span { border-color: #25C337; }
span { border-color: rgb(37,195,55); }
td.TdClassName
{
border-color: #25C337;
}
.TagClassName
{
border-color: #25C337;
}
</style>