Shades of Lime Green #25D930
Tints of Lime Green #25D930
RGB
CMYK
RGB Variations
Color information
#25D930 (or 0x25D930) is known color: Lime Green. HEX triplet: 25, D9 and 30. RGB value is (37,217,48). Sum of RGB (Red+Green+Blue) = 37+217+48=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 217 (85.16% from 255 or 71.85% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 217 - color contains mainly: green. Hex color #25D930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D930 is #DA26CF. Grayscale: #909090. Windows color (decimal): -14296784 or 3201317. OLE color: 3201317.
HSL color Cylindrical-coordinate representation of color #25D930: hue angle of 123.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D930 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 217 | 48 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.15 |
| HSL | 123.67º | 0.71% | 0.5% | - |
| HSV(B) | 123.67º | 0.83% | 0.85% | - |
| XYZ | 26.11 | 50.23 | 11.12 | - |
| YUV | 143.91 | 73.87 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 217 | 48 | 0.83 | 0 | 0.78 | 0.15 | 123.67 | 0.71 | 0.5 |
| Hex | 25 | D9 | 30 | 53 | 0 | 4E | F | 7C | 47 | 32 |
| Octal | 45 | 331 | 60 | 123 | 0 | 116 | 17 | 174 | 107 | 62 |
| Binary | 100101 | 11011001 | 110000 | 1010011 | 0 | 1001110 | 1111 | 1111100 | 1000111 | 110010 |
Color Harmonies of #25D930
Complementary color
Monochromatic Colors of #25D930
Black with #25D930
Text Example
Text Example
White with #25D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D930; }
p { color: rgb(37,217,48); }
H1.HeaderClassName
{
color: #25D930;
}
.AnyTagClassName
{
color: #25D930;
}
</style>
background-color css
<style>
a { background-color: #25D930; }
a { background-color: rgb(37,217,48); }
div.DivClassName
{
background-color: #25D930;
}
.BgClassName
{
background-color: #25D930;
}
</style>
border-color css
<style>
span { border-color: #25D930; }
span { border-color: rgb(37,217,48); }
td.TdClassName
{
border-color: #25D930;
}
.TagClassName
{
border-color: #25D930;
}
</style>