Shades of Lime Green #25BD45
Tints of Lime Green #25BD45
RGB
CMYK
RGB Variations
Color information
#25BD45 (or 0x25BD45) is known color: Lime Green. HEX triplet: 25, BD and 45. RGB value is (37,189,69). Sum of RGB (Red+Green+Blue) = 37+189+69=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BD45 is #DA42BA. Grayscale: #828282. Windows color (decimal): -14303931 or 4570405. OLE color: 4570405.
HSL color Cylindrical-coordinate representation of color #25BD45: hue angle of 132.63º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BD45 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 189 | 69 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.26 |
| HSL | 132.63º | 0.67% | 0.44% | - |
| HSV(B) | 132.63º | 0.8% | 0.74% | - |
| XYZ | 20.03 | 37.22 | 11.76 | - |
| YUV | 129.87 | 93.64 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 69 | 0.80 | 0 | 0.63 | 0.26 | 132.63 | 0.67 | 0.44 |
| Hex | 25 | BD | 45 | 50 | 0 | 3F | 1A | 85 | 43 | 2C |
| Octal | 45 | 275 | 105 | 120 | 0 | 77 | 32 | 205 | 103 | 54 |
| Binary | 100101 | 10111101 | 1000101 | 1010000 | 0 | 111111 | 11010 | 10000101 | 1000011 | 101100 |
Color Harmonies of #25BD45
Complementary color
Monochromatic Colors of #25BD45
Black with #25BD45
Text Example
Text Example
White with #25BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BD45; }
p { color: rgb(37,189,69); }
H1.HeaderClassName
{
color: #25BD45;
}
.AnyTagClassName
{
color: #25BD45;
}
</style>
background-color css
<style>
a { background-color: #25BD45; }
a { background-color: rgb(37,189,69); }
div.DivClassName
{
background-color: #25BD45;
}
.BgClassName
{
background-color: #25BD45;
}
</style>
border-color css
<style>
span { border-color: #25BD45; }
span { border-color: rgb(37,189,69); }
td.TdClassName
{
border-color: #25BD45;
}
.TagClassName
{
border-color: #25BD45;
}
</style>