Shades of Lime Green #25D039
Tints of Lime Green #25D039
RGB
CMYK
RGB Variations
Color information
#25D039 (or 0x25D039) is known color: Lime Green. HEX triplet: 25, D0 and 39. RGB value is (37,208,57). Sum of RGB (Red+Green+Blue) = 37+208+57=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 208 (81.64% from 255 or 68.87% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 208 - color contains mainly: green. Hex color #25D039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D039 is #DA2FC6. Grayscale: #8C8C8C. Windows color (decimal): -14299079 or 3788837. OLE color: 3788837.
HSL color Cylindrical-coordinate representation of color #25D039: hue angle of 127.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D039 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 208 | 57 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.18 |
| HSL | 127.02º | 0.7% | 0.48% | - |
| HSV(B) | 127.02º | 0.82% | 0.82% | - |
| XYZ | 24.06 | 45.8 | 11.44 | - |
| YUV | 139.66 | 81.35 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 208 | 57 | 0.82 | 0 | 0.73 | 0.18 | 127.02 | 0.7 | 0.48 |
| Hex | 25 | D0 | 39 | 52 | 0 | 49 | 12 | 7F | 46 | 30 |
| Octal | 45 | 320 | 71 | 122 | 0 | 111 | 22 | 177 | 106 | 60 |
| Binary | 100101 | 11010000 | 111001 | 1010010 | 0 | 1001001 | 10010 | 1111111 | 1000110 | 110000 |
Color Harmonies of #25D039
Complementary color
Monochromatic Colors of #25D039
Black with #25D039
Text Example
Text Example
White with #25D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D039; }
p { color: rgb(37,208,57); }
H1.HeaderClassName
{
color: #25D039;
}
.AnyTagClassName
{
color: #25D039;
}
</style>
background-color css
<style>
a { background-color: #25D039; }
a { background-color: rgb(37,208,57); }
div.DivClassName
{
background-color: #25D039;
}
.BgClassName
{
background-color: #25D039;
}
</style>
border-color css
<style>
span { border-color: #25D039; }
span { border-color: rgb(37,208,57); }
td.TdClassName
{
border-color: #25D039;
}
.TagClassName
{
border-color: #25D039;
}
</style>