Shades of Lime Green #25D045
Tints of Lime Green #25D045
RGB
CMYK
RGB Variations
Color information
#25D045 (or 0x25D045) is known color: Lime Green. HEX triplet: 25, D0 and 45. RGB value is (37,208,69). Sum of RGB (Red+Green+Blue) = 37+208+69=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #25D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D045 is #DA2FBA. Grayscale: #8D8D8D. Windows color (decimal): -14299067 or 4575269. OLE color: 4575269.
HSL color Cylindrical-coordinate representation of color #25D045: hue angle of 131.23º 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 #25D045 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 208 | 69 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.18 |
| HSL | 131.23º | 0.7% | 0.48% | - |
| HSV(B) | 131.23º | 0.82% | 0.82% | - |
| XYZ | 24.39 | 45.93 | 13.21 | - |
| YUV | 141.03 | 87.35 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 208 | 69 | 0.82 | 0 | 0.67 | 0.18 | 131.23 | 0.7 | 0.48 |
| Hex | 25 | D0 | 45 | 52 | 0 | 43 | 12 | 83 | 46 | 30 |
| Octal | 45 | 320 | 105 | 122 | 0 | 103 | 22 | 203 | 106 | 60 |
| Binary | 100101 | 11010000 | 1000101 | 1010010 | 0 | 1000011 | 10010 | 10000011 | 1000110 | 110000 |
Color Harmonies of #25D045
Complementary color
Monochromatic Colors of #25D045
Black with #25D045
Text Example
Text Example
White with #25D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D045; }
p { color: rgb(37,208,69); }
H1.HeaderClassName
{
color: #25D045;
}
.AnyTagClassName
{
color: #25D045;
}
</style>
background-color css
<style>
a { background-color: #25D045; }
a { background-color: rgb(37,208,69); }
div.DivClassName
{
background-color: #25D045;
}
.BgClassName
{
background-color: #25D045;
}
</style>
border-color css
<style>
span { border-color: #25D045; }
span { border-color: rgb(37,208,69); }
td.TdClassName
{
border-color: #25D045;
}
.TagClassName
{
border-color: #25D045;
}
</style>