Shades of Lime Green #25D421
Tints of Lime Green #25D421
RGB
CMYK
RGB Variations
Color information
#25D421 (or 0x25D421) is known color: Lime Green. HEX triplet: 25, D4 and 21. RGB value is (37,212,33). Sum of RGB (Red+Green+Blue) = 37+212+33=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 212 (83.20% from 255 or 75.18% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 212 - color contains mainly: green. Hex color #25D421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D421 is #DA2BDE. Grayscale: #8B8B8B. Windows color (decimal): -14298079 or 2216997. OLE color: 2216997.
HSL color Cylindrical-coordinate representation of color #25D421: hue angle of 118.66º 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 #25D421 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 212 | 33 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.17 |
| HSL | 118.66º | 0.73% | 0.48% | - |
| HSV(B) | 118.66º | 0.84% | 0.83% | - |
| XYZ | 24.58 | 47.59 | 9.33 | - |
| YUV | 139.27 | 68.02 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 212 | 33 | 0.83 | 0 | 0.84 | 0.17 | 118.66 | 0.73 | 0.48 |
| Hex | 25 | D4 | 21 | 53 | 0 | 54 | 11 | 77 | 49 | 30 |
| Octal | 45 | 324 | 41 | 123 | 0 | 124 | 21 | 167 | 111 | 60 |
| Binary | 100101 | 11010100 | 100001 | 1010011 | 0 | 1010100 | 10001 | 1110111 | 1001001 | 110000 |
Color Harmonies of #25D421
Complementary color
Monochromatic Colors of #25D421
Black with #25D421
Text Example
Text Example
White with #25D421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D421; }
p { color: rgb(37,212,33); }
H1.HeaderClassName
{
color: #25D421;
}
.AnyTagClassName
{
color: #25D421;
}
</style>
background-color css
<style>
a { background-color: #25D421; }
a { background-color: rgb(37,212,33); }
div.DivClassName
{
background-color: #25D421;
}
.BgClassName
{
background-color: #25D421;
}
</style>
border-color css
<style>
span { border-color: #25D421; }
span { border-color: rgb(37,212,33); }
td.TdClassName
{
border-color: #25D421;
}
.TagClassName
{
border-color: #25D421;
}
</style>