Shades of Lime Green #25D005
Tints of Lime Green #25D005
RGB
CMYK
RGB Variations
Color information
#25D005 (or 0x25D005) is known color: Lime Green. HEX triplet: 25, D0 and 05. RGB value is (37,208,5). Sum of RGB (Red+Green+Blue) = 37+208+5=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 208 (81.64% from 255 or 83.2% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 208 - color contains mainly: green. Hex color #25D005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D005 is #DA2FFA. Grayscale: #868686. Windows color (decimal): -14299131 or 380965. OLE color: 380965.
HSL color Cylindrical-coordinate representation of color #25D005: hue angle of 110.54º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25D005 is Cyan = 0.82, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 208 | 5 | - |
| CMYK | 0.82 | 0 | 0.98 | 0.18 |
| HSL | 110.54º | 0.95% | 0.42% | - |
| HSV(B) | 110.54º | 0.98% | 0.82% | - |
| XYZ | 23.35 | 45.52 | 7.7 | - |
| YUV | 133.73 | 55.35 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 208 | 5 | 0.82 | 0 | 0.98 | 0.18 | 110.54 | 0.95 | 0.42 |
| Hex | 25 | D0 | 5 | 52 | 0 | 62 | 12 | 6F | 5F | 2A |
| Octal | 45 | 320 | 5 | 122 | 0 | 142 | 22 | 157 | 137 | 52 |
| Binary | 100101 | 11010000 | 101 | 1010010 | 0 | 1100010 | 10010 | 1101111 | 1011111 | 101010 |
Color Harmonies of #25D005
Complementary color
Monochromatic Colors of #25D005
Black with #25D005
Text Example
Text Example
White with #25D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D005; }
p { color: rgb(37,208,5); }
H1.HeaderClassName
{
color: #25D005;
}
.AnyTagClassName
{
color: #25D005;
}
</style>
background-color css
<style>
a { background-color: #25D005; }
a { background-color: rgb(37,208,5); }
div.DivClassName
{
background-color: #25D005;
}
.BgClassName
{
background-color: #25D005;
}
</style>
border-color css
<style>
span { border-color: #25D005; }
span { border-color: rgb(37,208,5); }
td.TdClassName
{
border-color: #25D005;
}
.TagClassName
{
border-color: #25D005;
}
</style>