Shades of Lime Green #25AD2E
Tints of Lime Green #25AD2E
RGB
CMYK
RGB Variations
Color information
#25AD2E (or 0x25AD2E) is known color: Lime Green. HEX triplet: 25, AD and 2E. RGB value is (37,173,46). Sum of RGB (Red+Green+Blue) = 37+173+46=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AD2E is #DA52D1. Grayscale: #767676. Windows color (decimal): -14308050 or 3058981. OLE color: 3058981.
HSL color Cylindrical-coordinate representation of color #25AD2E: hue angle of 123.97º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AD2E is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 173 | 46 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.32 |
| HSL | 123.97º | 0.65% | 0.41% | - |
| HSV(B) | 123.97º | 0.79% | 0.68% | - |
| XYZ | 16.2 | 30.48 | 7.61 | - |
| YUV | 117.86 | 87.44 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 46 | 0.79 | 0 | 0.73 | 0.32 | 123.97 | 0.65 | 0.41 |
| Hex | 25 | AD | 2E | 4F | 0 | 49 | 20 | 7C | 41 | 29 |
| Octal | 45 | 255 | 56 | 117 | 0 | 111 | 40 | 174 | 101 | 51 |
| Binary | 100101 | 10101101 | 101110 | 1001111 | 0 | 1001001 | 100000 | 1111100 | 1000001 | 101001 |
Color Harmonies of #25AD2E
Complementary color
Monochromatic Colors of #25AD2E
Black with #25AD2E
Text Example
Text Example
White with #25AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AD2E; }
p { color: rgb(37,173,46); }
H1.HeaderClassName
{
color: #25AD2E;
}
.AnyTagClassName
{
color: #25AD2E;
}
</style>
background-color css
<style>
a { background-color: #25AD2E; }
a { background-color: rgb(37,173,46); }
div.DivClassName
{
background-color: #25AD2E;
}
.BgClassName
{
background-color: #25AD2E;
}
</style>
border-color css
<style>
span { border-color: #25AD2E; }
span { border-color: rgb(37,173,46); }
td.TdClassName
{
border-color: #25AD2E;
}
.TagClassName
{
border-color: #25AD2E;
}
</style>