Shades of Lime Green #25D506
Tints of Lime Green #25D506
RGB
CMYK
RGB Variations
Color information
#25D506 (or 0x25D506) is known color: Lime Green. HEX triplet: 25, D5 and 06. RGB value is (37,213,6). Sum of RGB (Red+Green+Blue) = 37+213+6=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 213 (83.59% from 255 or 83.20% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 213 - color contains mainly: green. Hex color #25D506 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D506 is #DA2AF9. Grayscale: #898989. Windows color (decimal): -14297850 or 447781. OLE color: 447781.
HSL color Cylindrical-coordinate representation of color #25D506: hue angle of 111.01º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25D506 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 213 | 6 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.16 |
| HSL | 111.01º | 0.95% | 0.43% | - |
| HSV(B) | 111.01º | 0.97% | 0.84% | - |
| XYZ | 24.59 | 47.99 | 8.14 | - |
| YUV | 136.78 | 54.19 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 213 | 6 | 0.83 | 0 | 0.97 | 0.16 | 111.01 | 0.95 | 0.43 |
| Hex | 25 | D5 | 6 | 53 | 0 | 61 | 10 | 6F | 5F | 2B |
| Octal | 45 | 325 | 6 | 123 | 0 | 141 | 20 | 157 | 137 | 53 |
| Binary | 100101 | 11010101 | 110 | 1010011 | 0 | 1100001 | 10000 | 1101111 | 1011111 | 101011 |
Color Harmonies of #25D506
Complementary color
Monochromatic Colors of #25D506
Black with #25D506
Text Example
Text Example
White with #25D506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D506; }
p { color: rgb(37,213,6); }
H1.HeaderClassName
{
color: #25D506;
}
.AnyTagClassName
{
color: #25D506;
}
</style>
background-color css
<style>
a { background-color: #25D506; }
a { background-color: rgb(37,213,6); }
div.DivClassName
{
background-color: #25D506;
}
.BgClassName
{
background-color: #25D506;
}
</style>
border-color css
<style>
span { border-color: #25D506; }
span { border-color: rgb(37,213,6); }
td.TdClassName
{
border-color: #25D506;
}
.TagClassName
{
border-color: #25D506;
}
</style>