Shades of Lime Green #28AF2B
Tints of Lime Green #28AF2B
RGB
CMYK
RGB Variations
Color information
#28AF2B (or 0x28AF2B) is known color: Lime Green. HEX triplet: 28, AF and 2B. RGB value is (40,175,43). Sum of RGB (Red+Green+Blue) = 40+175+43=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF2B is #D750D4. Grayscale: #777777. Windows color (decimal): -14110933 or 2862888. OLE color: 2862888.
HSL color Cylindrical-coordinate representation of color #28AF2B: hue angle of 121.33º 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 #28AF2B is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 43 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.31 |
| HSL | 121.33º | 0.63% | 0.42% | - |
| HSV(B) | 121.33º | 0.77% | 0.69% | - |
| XYZ | 16.64 | 31.29 | 7.45 | - |
| YUV | 119.59 | 84.77 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 43 | 0.77 | 0 | 0.75 | 0.31 | 121.33 | 0.63 | 0.42 |
| Hex | 28 | AF | 2B | 4D | 0 | 4B | 1F | 79 | 3F | 2A |
| Octal | 50 | 257 | 53 | 115 | 0 | 113 | 37 | 171 | 77 | 52 |
| Binary | 101000 | 10101111 | 101011 | 1001101 | 0 | 1001011 | 11111 | 1111001 | 111111 | 101010 |
Color Harmonies of #28AF2B
Complementary color
Monochromatic Colors of #28AF2B
Black with #28AF2B
Text Example
Text Example
White with #28AF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF2B; }
p { color: rgb(40,175,43); }
H1.HeaderClassName
{
color: #28AF2B;
}
.AnyTagClassName
{
color: #28AF2B;
}
</style>
background-color css
<style>
a { background-color: #28AF2B; }
a { background-color: rgb(40,175,43); }
div.DivClassName
{
background-color: #28AF2B;
}
.BgClassName
{
background-color: #28AF2B;
}
</style>
border-color css
<style>
span { border-color: #28AF2B; }
span { border-color: rgb(40,175,43); }
td.TdClassName
{
border-color: #28AF2B;
}
.TagClassName
{
border-color: #28AF2B;
}
</style>