Shades of Lime Green #28AF40
Tints of Lime Green #28AF40
RGB
CMYK
RGB Variations
Color information
#28AF40 (or 0x28AF40) is known color: Lime Green. HEX triplet: 28, AF and 40. RGB value is (40,175,64). Sum of RGB (Red+Green+Blue) = 40+175+64=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF40 is #D750BF. Grayscale: #7A7A7A. Windows color (decimal): -14110912 or 4239144. OLE color: 4239144.
HSL color Cylindrical-coordinate representation of color #28AF40: hue angle of 130.67º 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 #28AF40 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 64 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.31 |
| HSL | 130.67º | 0.63% | 0.42% | - |
| HSV(B) | 130.67º | 0.77% | 0.69% | - |
| XYZ | 17.13 | 31.48 | 10.02 | - |
| YUV | 121.98 | 95.27 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 64 | 0.77 | 0 | 0.63 | 0.31 | 130.67 | 0.63 | 0.42 |
| Hex | 28 | AF | 40 | 4D | 0 | 3F | 1F | 83 | 3F | 2A |
| Octal | 50 | 257 | 100 | 115 | 0 | 77 | 37 | 203 | 77 | 52 |
| Binary | 101000 | 10101111 | 1000000 | 1001101 | 0 | 111111 | 11111 | 10000011 | 111111 | 101010 |
Color Harmonies of #28AF40
Complementary color
Monochromatic Colors of #28AF40
Black with #28AF40
Text Example
Text Example
White with #28AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF40; }
p { color: rgb(40,175,64); }
H1.HeaderClassName
{
color: #28AF40;
}
.AnyTagClassName
{
color: #28AF40;
}
</style>
background-color css
<style>
a { background-color: #28AF40; }
a { background-color: rgb(40,175,64); }
div.DivClassName
{
background-color: #28AF40;
}
.BgClassName
{
background-color: #28AF40;
}
</style>
border-color css
<style>
span { border-color: #28AF40; }
span { border-color: rgb(40,175,64); }
td.TdClassName
{
border-color: #28AF40;
}
.TagClassName
{
border-color: #28AF40;
}
</style>