Shades of Lime Green #25C321
Tints of Lime Green #25C321
RGB
CMYK
RGB Variations
Color information
#25C321 (or 0x25C321) is known color: Lime Green. HEX triplet: 25, C3 and 21. RGB value is (37,195,33). Sum of RGB (Red+Green+Blue) = 37+195+33=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #25C321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C321 is #DA3CDE. Grayscale: #818181. Windows color (decimal): -14302431 or 2212645. OLE color: 2212645.
HSL color Cylindrical-coordinate representation of color #25C321: hue angle of 118.52º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25C321 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 37 | 195 | 33 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.24 |
| HSL | 118.52º | 0.71% | 0.45% | - |
| HSV(B) | 118.52º | 0.83% | 0.76% | - |
| XYZ | 20.55 | 39.53 | 7.99 | - |
| YUV | 129.29 | 73.65 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 195 | 33 | 0.81 | 0 | 0.83 | 0.24 | 118.52 | 0.71 | 0.45 |
| Hex | 25 | C3 | 21 | 51 | 0 | 53 | 18 | 77 | 47 | 2D |
| Octal | 45 | 303 | 41 | 121 | 0 | 123 | 30 | 167 | 107 | 55 |
| Binary | 100101 | 11000011 | 100001 | 1010001 | 0 | 1010011 | 11000 | 1110111 | 1000111 | 101101 |
Color Harmonies of #25C321
Complementary color
Monochromatic Colors of #25C321
Black with #25C321
Text Example
Text Example
White with #25C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C321; }
p { color: rgb(37,195,33); }
H1.HeaderClassName
{
color: #25C321;
}
.AnyTagClassName
{
color: #25C321;
}
</style>
background-color css
<style>
a { background-color: #25C321; }
a { background-color: rgb(37,195,33); }
div.DivClassName
{
background-color: #25C321;
}
.BgClassName
{
background-color: #25C321;
}
</style>
border-color css
<style>
span { border-color: #25C321; }
span { border-color: rgb(37,195,33); }
td.TdClassName
{
border-color: #25C321;
}
.TagClassName
{
border-color: #25C321;
}
</style>