Shades of Lime Green #25AB3B
Tints of Lime Green #25AB3B
RGB
CMYK
RGB Variations
Color information
#25AB3B (or 0x25AB3B) is known color: Lime Green. HEX triplet: 25, AB and 3B. RGB value is (37,171,59). Sum of RGB (Red+Green+Blue) = 37+171+59=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AB3B is #DA54C4. Grayscale: #767676. Windows color (decimal): -14308549 or 3910437. OLE color: 3910437.
HSL color Cylindrical-coordinate representation of color #25AB3B: hue angle of 129.85º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AB3B is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 59 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.33 |
| HSL | 129.85º | 0.64% | 0.41% | - |
| HSV(B) | 129.85º | 0.78% | 0.67% | - |
| XYZ | 16.12 | 29.83 | 9.05 | - |
| YUV | 118.17 | 94.61 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 59 | 0.78 | 0 | 0.65 | 0.33 | 129.85 | 0.64 | 0.41 |
| Hex | 25 | AB | 3B | 4E | 0 | 41 | 21 | 82 | 40 | 29 |
| Octal | 45 | 253 | 73 | 116 | 0 | 101 | 41 | 202 | 100 | 51 |
| Binary | 100101 | 10101011 | 111011 | 1001110 | 0 | 1000001 | 100001 | 10000010 | 1000000 | 101001 |
Color Harmonies of #25AB3B
Complementary color
Monochromatic Colors of #25AB3B
Black with #25AB3B
Text Example
Text Example
White with #25AB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AB3B; }
p { color: rgb(37,171,59); }
H1.HeaderClassName
{
color: #25AB3B;
}
.AnyTagClassName
{
color: #25AB3B;
}
</style>
background-color css
<style>
a { background-color: #25AB3B; }
a { background-color: rgb(37,171,59); }
div.DivClassName
{
background-color: #25AB3B;
}
.BgClassName
{
background-color: #25AB3B;
}
</style>
border-color css
<style>
span { border-color: #25AB3B; }
span { border-color: rgb(37,171,59); }
td.TdClassName
{
border-color: #25AB3B;
}
.TagClassName
{
border-color: #25AB3B;
}
</style>