Shades of Lime Green #28AF41
Tints of Lime Green #28AF41
RGB
CMYK
RGB Variations
Color information
#28AF41 (or 0x28AF41) is known color: Lime Green. HEX triplet: 28, AF and 41. RGB value is (40,175,65). Sum of RGB (Red+Green+Blue) = 40+175+65=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF41 is #D750BE. Grayscale: #7A7A7A. Windows color (decimal): -14110911 or 4304680. OLE color: 4304680.
HSL color Cylindrical-coordinate representation of color #28AF41: hue angle of 131.11º 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 #28AF41 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 65 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.31 |
| HSL | 131.11º | 0.63% | 0.42% | - |
| HSV(B) | 131.11º | 0.77% | 0.69% | - |
| XYZ | 17.16 | 31.49 | 10.18 | - |
| YUV | 122.1 | 95.77 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 65 | 0.77 | 0 | 0.63 | 0.31 | 131.11 | 0.63 | 0.42 |
| Hex | 28 | AF | 41 | 4D | 0 | 3F | 1F | 83 | 3F | 2A |
| Octal | 50 | 257 | 101 | 115 | 0 | 77 | 37 | 203 | 77 | 52 |
| Binary | 101000 | 10101111 | 1000001 | 1001101 | 0 | 111111 | 11111 | 10000011 | 111111 | 101010 |
Color Harmonies of #28AF41
Complementary color
Monochromatic Colors of #28AF41
Black with #28AF41
Text Example
Text Example
White with #28AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF41; }
p { color: rgb(40,175,65); }
H1.HeaderClassName
{
color: #28AF41;
}
.AnyTagClassName
{
color: #28AF41;
}
</style>
background-color css
<style>
a { background-color: #28AF41; }
a { background-color: rgb(40,175,65); }
div.DivClassName
{
background-color: #28AF41;
}
.BgClassName
{
background-color: #28AF41;
}
</style>
border-color css
<style>
span { border-color: #28AF41; }
span { border-color: rgb(40,175,65); }
td.TdClassName
{
border-color: #28AF41;
}
.TagClassName
{
border-color: #28AF41;
}
</style>