Shades of Lime Green #28AF3B
Tints of Lime Green #28AF3B
RGB
CMYK
RGB Variations
Color information
#28AF3B (or 0x28AF3B) is known color: Lime Green. HEX triplet: 28, AF and 3B. RGB value is (40,175,59). Sum of RGB (Red+Green+Blue) = 40+175+59=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 175 (68.75% from 255 or 63.87% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF3B is #D750C4. Grayscale: #797979. Windows color (decimal): -14110917 or 3911464. OLE color: 3911464.
HSL color Cylindrical-coordinate representation of color #28AF3B: hue angle of 128.44º 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 #28AF3B is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 59 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.31 |
| HSL | 128.44º | 0.63% | 0.42% | - |
| HSV(B) | 128.44º | 0.77% | 0.69% | - |
| XYZ | 16.99 | 31.43 | 9.31 | - |
| YUV | 121.41 | 92.77 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 59 | 0.77 | 0 | 0.66 | 0.31 | 128.44 | 0.63 | 0.42 |
| Hex | 28 | AF | 3B | 4D | 0 | 42 | 1F | 80 | 3F | 2A |
| Octal | 50 | 257 | 73 | 115 | 0 | 102 | 37 | 200 | 77 | 52 |
| Binary | 101000 | 10101111 | 111011 | 1001101 | 0 | 1000010 | 11111 | 10000000 | 111111 | 101010 |
Color Harmonies of #28AF3B
Complementary color
Monochromatic Colors of #28AF3B
Black with #28AF3B
Text Example
Text Example
White with #28AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF3B; }
p { color: rgb(40,175,59); }
H1.HeaderClassName
{
color: #28AF3B;
}
.AnyTagClassName
{
color: #28AF3B;
}
</style>
background-color css
<style>
a { background-color: #28AF3B; }
a { background-color: rgb(40,175,59); }
div.DivClassName
{
background-color: #28AF3B;
}
.BgClassName
{
background-color: #28AF3B;
}
</style>
border-color css
<style>
span { border-color: #28AF3B; }
span { border-color: rgb(40,175,59); }
td.TdClassName
{
border-color: #28AF3B;
}
.TagClassName
{
border-color: #28AF3B;
}
</style>