Shades of Lime Green #25BD49
Tints of Lime Green #25BD49
RGB
CMYK
RGB Variations
Color information
#25BD49 (or 0x25BD49) is known color: Lime Green. HEX triplet: 25, BD and 49. RGB value is (37,189,73). Sum of RGB (Red+Green+Blue) = 37+189+73=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 189 (74.22% from 255 or 63.21% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 189 - color contains mainly: green. Hex color #25BD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BD49 is #DA42B6. Grayscale: #828282. Windows color (decimal): -14303927 or 4832549. OLE color: 4832549.
HSL color Cylindrical-coordinate representation of color #25BD49: hue angle of 134.21º 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 #25BD49 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 189 | 73 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.26 |
| HSL | 134.21º | 0.67% | 0.44% | - |
| HSV(B) | 134.21º | 0.8% | 0.74% | - |
| XYZ | 20.16 | 37.27 | 12.43 | - |
| YUV | 130.33 | 95.64 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 73 | 0.80 | 0 | 0.61 | 0.26 | 134.21 | 0.67 | 0.44 |
| Hex | 25 | BD | 49 | 50 | 0 | 3D | 1A | 86 | 43 | 2C |
| Octal | 45 | 275 | 111 | 120 | 0 | 75 | 32 | 206 | 103 | 54 |
| Binary | 100101 | 10111101 | 1001001 | 1010000 | 0 | 111101 | 11010 | 10000110 | 1000011 | 101100 |
Color Harmonies of #25BD49
Complementary color
Monochromatic Colors of #25BD49
Black with #25BD49
Text Example
Text Example
White with #25BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BD49; }
p { color: rgb(37,189,73); }
H1.HeaderClassName
{
color: #25BD49;
}
.AnyTagClassName
{
color: #25BD49;
}
</style>
background-color css
<style>
a { background-color: #25BD49; }
a { background-color: rgb(37,189,73); }
div.DivClassName
{
background-color: #25BD49;
}
.BgClassName
{
background-color: #25BD49;
}
</style>
border-color css
<style>
span { border-color: #25BD49; }
span { border-color: rgb(37,189,73); }
td.TdClassName
{
border-color: #25BD49;
}
.TagClassName
{
border-color: #25BD49;
}
</style>