Shades of Lime Green #25B12A
Tints of Lime Green #25B12A
RGB
CMYK
RGB Variations
Color information
#25B12A (or 0x25B12A) is known color: Lime Green. HEX triplet: 25, B1 and 2A. RGB value is (37,177,42). Sum of RGB (Red+Green+Blue) = 37+177+42=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 177 (69.53% from 255 or 69.14% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 177 - color contains mainly: green. Hex color #25B12A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B12A is #DA4ED5. Grayscale: #787878. Windows color (decimal): -14307030 or 2797861. OLE color: 2797861.
HSL color Cylindrical-coordinate representation of color #25B12A: hue angle of 122.14º 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 #25B12A is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 177 | 42 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.31 |
| HSL | 122.14º | 0.65% | 0.42% | - |
| HSV(B) | 122.14º | 0.79% | 0.69% | - |
| XYZ | 16.9 | 32 | 7.48 | - |
| YUV | 119.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 177 | 42 | 0.79 | 0 | 0.76 | 0.31 | 122.14 | 0.65 | 0.42 |
| Hex | 25 | B1 | 2A | 4F | 0 | 4C | 1F | 7A | 41 | 2A |
| Octal | 45 | 261 | 52 | 117 | 0 | 114 | 37 | 172 | 101 | 52 |
| Binary | 100101 | 10110001 | 101010 | 1001111 | 0 | 1001100 | 11111 | 1111010 | 1000001 | 101010 |
Color Harmonies of #25B12A
Complementary color
Monochromatic Colors of #25B12A
Black with #25B12A
Text Example
Text Example
White with #25B12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B12A; }
p { color: rgb(37,177,42); }
H1.HeaderClassName
{
color: #25B12A;
}
.AnyTagClassName
{
color: #25B12A;
}
</style>
background-color css
<style>
a { background-color: #25B12A; }
a { background-color: rgb(37,177,42); }
div.DivClassName
{
background-color: #25B12A;
}
.BgClassName
{
background-color: #25B12A;
}
</style>
border-color css
<style>
span { border-color: #25B12A; }
span { border-color: rgb(37,177,42); }
td.TdClassName
{
border-color: #25B12A;
}
.TagClassName
{
border-color: #25B12A;
}
</style>