Shades of Lime Green #25D321
Tints of Lime Green #25D321
RGB
CMYK
RGB Variations
Color information
#25D321 (or 0x25D321) is known color: Lime Green. HEX triplet: 25, D3 and 21. RGB value is (37,211,33). Sum of RGB (Red+Green+Blue) = 37+211+33=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 211 (82.81% from 255 or 75.09% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 211 - color contains mainly: green. Hex color #25D321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D321 is #DA2CDE. Grayscale: #8B8B8B. Windows color (decimal): -14298335 or 2216741. OLE color: 2216741.
HSL color Cylindrical-coordinate representation of color #25D321: hue angle of 118.65º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25D321 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 211 | 33 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.17 |
| HSL | 118.65º | 0.73% | 0.48% | - |
| HSV(B) | 118.65º | 0.84% | 0.83% | - |
| XYZ | 24.33 | 47.09 | 9.25 | - |
| YUV | 138.68 | 68.35 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 211 | 33 | 0.82 | 0 | 0.84 | 0.17 | 118.65 | 0.73 | 0.48 |
| Hex | 25 | D3 | 21 | 52 | 0 | 54 | 11 | 77 | 49 | 30 |
| Octal | 45 | 323 | 41 | 122 | 0 | 124 | 21 | 167 | 111 | 60 |
| Binary | 100101 | 11010011 | 100001 | 1010010 | 0 | 1010100 | 10001 | 1110111 | 1001001 | 110000 |
Color Harmonies of #25D321
Complementary color
Monochromatic Colors of #25D321
Black with #25D321
Text Example
Text Example
White with #25D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D321; }
p { color: rgb(37,211,33); }
H1.HeaderClassName
{
color: #25D321;
}
.AnyTagClassName
{
color: #25D321;
}
</style>
background-color css
<style>
a { background-color: #25D321; }
a { background-color: rgb(37,211,33); }
div.DivClassName
{
background-color: #25D321;
}
.BgClassName
{
background-color: #25D321;
}
</style>
border-color css
<style>
span { border-color: #25D321; }
span { border-color: rgb(37,211,33); }
td.TdClassName
{
border-color: #25D321;
}
.TagClassName
{
border-color: #25D321;
}
</style>