Shades of Lime Green #28AF2A
Tints of Lime Green #28AF2A
RGB
CMYK
RGB Variations
Color information
#28AF2A (or 0x28AF2A) is known color: Lime Green. HEX triplet: 28, AF and 2A. RGB value is (40,175,42). Sum of RGB (Red+Green+Blue) = 40+175+42=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF2A is #D750D5. Grayscale: #777777. Windows color (decimal): -14110934 or 2797352. OLE color: 2797352.
HSL color Cylindrical-coordinate representation of color #28AF2A: hue angle of 120.89º 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 #28AF2A is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 42 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.31 |
| HSL | 120.89º | 0.63% | 0.42% | - |
| HSV(B) | 120.89º | 0.77% | 0.69% | - |
| XYZ | 16.62 | 31.28 | 7.35 | - |
| YUV | 119.47 | 84.27 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 42 | 0.77 | 0 | 0.76 | 0.31 | 120.89 | 0.63 | 0.42 |
| Hex | 28 | AF | 2A | 4D | 0 | 4C | 1F | 79 | 3F | 2A |
| Octal | 50 | 257 | 52 | 115 | 0 | 114 | 37 | 171 | 77 | 52 |
| Binary | 101000 | 10101111 | 101010 | 1001101 | 0 | 1001100 | 11111 | 1111001 | 111111 | 101010 |
Color Harmonies of #28AF2A
Complementary color
Monochromatic Colors of #28AF2A
Black with #28AF2A
Text Example
Text Example
White with #28AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF2A; }
p { color: rgb(40,175,42); }
H1.HeaderClassName
{
color: #28AF2A;
}
.AnyTagClassName
{
color: #28AF2A;
}
</style>
background-color css
<style>
a { background-color: #28AF2A; }
a { background-color: rgb(40,175,42); }
div.DivClassName
{
background-color: #28AF2A;
}
.BgClassName
{
background-color: #28AF2A;
}
</style>
border-color css
<style>
span { border-color: #28AF2A; }
span { border-color: rgb(40,175,42); }
td.TdClassName
{
border-color: #28AF2A;
}
.TagClassName
{
border-color: #28AF2A;
}
</style>