Shades of Lime Green #28AF39
Tints of Lime Green #28AF39
RGB
CMYK
RGB Variations
Color information
#28AF39 (or 0x28AF39) is known color: Lime Green. HEX triplet: 28, AF and 39. RGB value is (40,175,57). Sum of RGB (Red+Green+Blue) = 40+175+57=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF39 is #D750C6. Grayscale: #797979. Windows color (decimal): -14110919 or 3780392. OLE color: 3780392.
HSL color Cylindrical-coordinate representation of color #28AF39: hue angle of 127.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF39 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 57 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.31 |
| HSL | 127.56º | 0.63% | 0.42% | - |
| HSV(B) | 127.56º | 0.77% | 0.69% | - |
| XYZ | 16.94 | 31.41 | 9.04 | - |
| YUV | 121.18 | 91.77 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 57 | 0.77 | 0 | 0.67 | 0.31 | 127.56 | 0.63 | 0.42 |
| Hex | 28 | AF | 39 | 4D | 0 | 43 | 1F | 80 | 3F | 2A |
| Octal | 50 | 257 | 71 | 115 | 0 | 103 | 37 | 200 | 77 | 52 |
| Binary | 101000 | 10101111 | 111001 | 1001101 | 0 | 1000011 | 11111 | 10000000 | 111111 | 101010 |
Color Harmonies of #28AF39
Complementary color
Monochromatic Colors of #28AF39
Black with #28AF39
Text Example
Text Example
White with #28AF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF39; }
p { color: rgb(40,175,57); }
H1.HeaderClassName
{
color: #28AF39;
}
.AnyTagClassName
{
color: #28AF39;
}
</style>
background-color css
<style>
a { background-color: #28AF39; }
a { background-color: rgb(40,175,57); }
div.DivClassName
{
background-color: #28AF39;
}
.BgClassName
{
background-color: #28AF39;
}
</style>
border-color css
<style>
span { border-color: #28AF39; }
span { border-color: rgb(40,175,57); }
td.TdClassName
{
border-color: #28AF39;
}
.TagClassName
{
border-color: #28AF39;
}
</style>