Shades of Lime Green #28AF25
Tints of Lime Green #28AF25
RGB
CMYK
RGB Variations
Color information
#28AF25 (or 0x28AF25) is known color: Lime Green. HEX triplet: 28, AF and 25. RGB value is (40,175,37). Sum of RGB (Red+Green+Blue) = 40+175+37=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 175 (68.75% from 255 or 69.44% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF25 is #D750DA. Grayscale: #777777. Windows color (decimal): -14110939 or 2469672. OLE color: 2469672.
HSL color Cylindrical-coordinate representation of color #28AF25: hue angle of 118.7º 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 #28AF25 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 37 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.31 |
| HSL | 118.7º | 0.65% | 0.42% | - |
| HSV(B) | 118.7º | 0.79% | 0.69% | - |
| XYZ | 16.54 | 31.24 | 6.91 | - |
| YUV | 118.9 | 81.77 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 37 | 0.77 | 0 | 0.79 | 0.31 | 118.7 | 0.65 | 0.42 |
| Hex | 28 | AF | 25 | 4D | 0 | 4F | 1F | 77 | 41 | 2A |
| Octal | 50 | 257 | 45 | 115 | 0 | 117 | 37 | 167 | 101 | 52 |
| Binary | 101000 | 10101111 | 100101 | 1001101 | 0 | 1001111 | 11111 | 1110111 | 1000001 | 101010 |
Color Harmonies of #28AF25
Complementary color
Monochromatic Colors of #28AF25
Black with #28AF25
Text Example
Text Example
White with #28AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF25; }
p { color: rgb(40,175,37); }
H1.HeaderClassName
{
color: #28AF25;
}
.AnyTagClassName
{
color: #28AF25;
}
</style>
background-color css
<style>
a { background-color: #28AF25; }
a { background-color: rgb(40,175,37); }
div.DivClassName
{
background-color: #28AF25;
}
.BgClassName
{
background-color: #28AF25;
}
</style>
border-color css
<style>
span { border-color: #28AF25; }
span { border-color: rgb(40,175,37); }
td.TdClassName
{
border-color: #28AF25;
}
.TagClassName
{
border-color: #28AF25;
}
</style>