Shades of Lime Green #28AF2E
Tints of Lime Green #28AF2E
RGB
CMYK
RGB Variations
Color information
#28AF2E (or 0x28AF2E) is known color: Lime Green. HEX triplet: 28, AF and 2E. RGB value is (40,175,46). Sum of RGB (Red+Green+Blue) = 40+175+46=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 175 (68.75% from 255 or 67.05% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF2E is #D750D1. Grayscale: #787878. Windows color (decimal): -14110930 or 3059496. OLE color: 3059496.
HSL color Cylindrical-coordinate representation of color #28AF2E: hue angle of 122.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 #28AF2E is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 46 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.31 |
| HSL | 122.67º | 0.63% | 0.42% | - |
| HSV(B) | 122.67º | 0.77% | 0.69% | - |
| XYZ | 16.7 | 31.31 | 7.75 | - |
| YUV | 119.93 | 86.27 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 46 | 0.77 | 0 | 0.74 | 0.31 | 122.67 | 0.63 | 0.42 |
| Hex | 28 | AF | 2E | 4D | 0 | 4A | 1F | 7B | 3F | 2A |
| Octal | 50 | 257 | 56 | 115 | 0 | 112 | 37 | 173 | 77 | 52 |
| Binary | 101000 | 10101111 | 101110 | 1001101 | 0 | 1001010 | 11111 | 1111011 | 111111 | 101010 |
Color Harmonies of #28AF2E
Complementary color
Monochromatic Colors of #28AF2E
Black with #28AF2E
Text Example
Text Example
White with #28AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF2E; }
p { color: rgb(40,175,46); }
H1.HeaderClassName
{
color: #28AF2E;
}
.AnyTagClassName
{
color: #28AF2E;
}
</style>
background-color css
<style>
a { background-color: #28AF2E; }
a { background-color: rgb(40,175,46); }
div.DivClassName
{
background-color: #28AF2E;
}
.BgClassName
{
background-color: #28AF2E;
}
</style>
border-color css
<style>
span { border-color: #28AF2E; }
span { border-color: rgb(40,175,46); }
td.TdClassName
{
border-color: #28AF2E;
}
.TagClassName
{
border-color: #28AF2E;
}
</style>