Shades of Lime Green #25B141
Tints of Lime Green #25B141
RGB
CMYK
RGB Variations
Color information
#25B141 (or 0x25B141) is known color: Lime Green. HEX triplet: 25, B1 and 41. RGB value is (37,177,65). Sum of RGB (Red+Green+Blue) = 37+177+65=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 177 (69.53% from 255 or 63.44% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 177 - color contains mainly: green. Hex color #25B141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B141 is #DA4EBE. Grayscale: #7A7A7A. Windows color (decimal): -14307007 or 4305189. OLE color: 4305189.
HSL color Cylindrical-coordinate representation of color #25B141: hue angle of 132º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B141 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 177 | 65 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.31 |
| HSL | 132º | 0.65% | 0.42% | - |
| HSV(B) | 132º | 0.79% | 0.69% | - |
| XYZ | 17.44 | 32.22 | 10.3 | - |
| YUV | 122.37 | 95.62 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 177 | 65 | 0.79 | 0 | 0.63 | 0.31 | 132 | 0.65 | 0.42 |
| Hex | 25 | B1 | 41 | 4F | 0 | 3F | 1F | 84 | 41 | 2A |
| Octal | 45 | 261 | 101 | 117 | 0 | 77 | 37 | 204 | 101 | 52 |
| Binary | 100101 | 10110001 | 1000001 | 1001111 | 0 | 111111 | 11111 | 10000100 | 1000001 | 101010 |
Color Harmonies of #25B141
Complementary color
Monochromatic Colors of #25B141
Black with #25B141
Text Example
Text Example
White with #25B141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B141; }
p { color: rgb(37,177,65); }
H1.HeaderClassName
{
color: #25B141;
}
.AnyTagClassName
{
color: #25B141;
}
</style>
background-color css
<style>
a { background-color: #25B141; }
a { background-color: rgb(37,177,65); }
div.DivClassName
{
background-color: #25B141;
}
.BgClassName
{
background-color: #25B141;
}
</style>
border-color css
<style>
span { border-color: #25B141; }
span { border-color: rgb(37,177,65); }
td.TdClassName
{
border-color: #25B141;
}
.TagClassName
{
border-color: #25B141;
}
</style>