Shades of Lime Green #25AF2C
Tints of Lime Green #25AF2C
RGB
CMYK
RGB Variations
Color information
#25AF2C (or 0x25AF2C) is known color: Lime Green. HEX triplet: 25, AF and 2C. RGB value is (37,175,44). Sum of RGB (Red+Green+Blue) = 37+175+44=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AF2C is #DA50D3. Grayscale: #777777. Windows color (decimal): -14307540 or 2928421. OLE color: 2928421.
HSL color Cylindrical-coordinate representation of color #25AF2C: hue angle of 123.04º 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 #25AF2C is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 175 | 44 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.31 |
| HSL | 123.04º | 0.65% | 0.42% | - |
| HSV(B) | 123.04º | 0.79% | 0.69% | - |
| XYZ | 16.55 | 31.24 | 7.54 | - |
| YUV | 118.8 | 85.78 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 44 | 0.79 | 0 | 0.75 | 0.31 | 123.04 | 0.65 | 0.42 |
| Hex | 25 | AF | 2C | 4F | 0 | 4B | 1F | 7B | 41 | 2A |
| Octal | 45 | 257 | 54 | 117 | 0 | 113 | 37 | 173 | 101 | 52 |
| Binary | 100101 | 10101111 | 101100 | 1001111 | 0 | 1001011 | 11111 | 1111011 | 1000001 | 101010 |
Color Harmonies of #25AF2C
Complementary color
Monochromatic Colors of #25AF2C
Black with #25AF2C
Text Example
Text Example
White with #25AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AF2C; }
p { color: rgb(37,175,44); }
H1.HeaderClassName
{
color: #25AF2C;
}
.AnyTagClassName
{
color: #25AF2C;
}
</style>
background-color css
<style>
a { background-color: #25AF2C; }
a { background-color: rgb(37,175,44); }
div.DivClassName
{
background-color: #25AF2C;
}
.BgClassName
{
background-color: #25AF2C;
}
</style>
border-color css
<style>
span { border-color: #25AF2C; }
span { border-color: rgb(37,175,44); }
td.TdClassName
{
border-color: #25AF2C;
}
.TagClassName
{
border-color: #25AF2C;
}
</style>