Shades of Lime Green #25C52C
Tints of Lime Green #25C52C
RGB
CMYK
RGB Variations
Color information
#25C52C (or 0x25C52C) is known color: Lime Green. HEX triplet: 25, C5 and 2C. RGB value is (37,197,44). Sum of RGB (Red+Green+Blue) = 37+197+44=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 197 (77.34% from 255 or 70.86% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 197 - color contains mainly: green. Hex color #25C52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C52C is #DA3AD3. Grayscale: #848484. Windows color (decimal): -14301908 or 2934053. OLE color: 2934053.
HSL color Cylindrical-coordinate representation of color #25C52C: hue angle of 122.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C52C is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 197 | 44 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.23 |
| HSL | 122.63º | 0.68% | 0.46% | - |
| HSV(B) | 122.63º | 0.81% | 0.77% | - |
| XYZ | 21.18 | 40.51 | 9.09 | - |
| YUV | 131.72 | 78.49 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 197 | 44 | 0.81 | 0 | 0.78 | 0.23 | 122.63 | 0.68 | 0.46 |
| Hex | 25 | C5 | 2C | 51 | 0 | 4E | 17 | 7B | 44 | 2E |
| Octal | 45 | 305 | 54 | 121 | 0 | 116 | 27 | 173 | 104 | 56 |
| Binary | 100101 | 11000101 | 101100 | 1010001 | 0 | 1001110 | 10111 | 1111011 | 1000100 | 101110 |
Color Harmonies of #25C52C
Complementary color
Monochromatic Colors of #25C52C
Black with #25C52C
Text Example
Text Example
White with #25C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C52C; }
p { color: rgb(37,197,44); }
H1.HeaderClassName
{
color: #25C52C;
}
.AnyTagClassName
{
color: #25C52C;
}
</style>
background-color css
<style>
a { background-color: #25C52C; }
a { background-color: rgb(37,197,44); }
div.DivClassName
{
background-color: #25C52C;
}
.BgClassName
{
background-color: #25C52C;
}
</style>
border-color css
<style>
span { border-color: #25C52C; }
span { border-color: rgb(37,197,44); }
td.TdClassName
{
border-color: #25C52C;
}
.TagClassName
{
border-color: #25C52C;
}
</style>