Shades of Lime Green #28AF26
Tints of Lime Green #28AF26
RGB
CMYK
RGB Variations
Color information
#28AF26 (or 0x28AF26) is known color: Lime Green. HEX triplet: 28, AF and 26. RGB value is (40,175,38). Sum of RGB (Red+Green+Blue) = 40+175+38=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF26 is #D750D9. Grayscale: #777777. Windows color (decimal): -14110938 or 2535208. OLE color: 2535208.
HSL color Cylindrical-coordinate representation of color #28AF26: hue angle of 119.12º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28AF26 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 38 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.31 |
| HSL | 119.12º | 0.64% | 0.42% | - |
| HSV(B) | 119.12º | 0.78% | 0.69% | - |
| XYZ | 16.55 | 31.25 | 6.99 | - |
| YUV | 119.02 | 82.27 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 38 | 0.77 | 0 | 0.78 | 0.31 | 119.12 | 0.64 | 0.42 |
| Hex | 28 | AF | 26 | 4D | 0 | 4E | 1F | 77 | 40 | 2A |
| Octal | 50 | 257 | 46 | 115 | 0 | 116 | 37 | 167 | 100 | 52 |
| Binary | 101000 | 10101111 | 100110 | 1001101 | 0 | 1001110 | 11111 | 1110111 | 1000000 | 101010 |
Color Harmonies of #28AF26
Complementary color
Monochromatic Colors of #28AF26
Black with #28AF26
Text Example
Text Example
White with #28AF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF26; }
p { color: rgb(40,175,38); }
H1.HeaderClassName
{
color: #28AF26;
}
.AnyTagClassName
{
color: #28AF26;
}
</style>
background-color css
<style>
a { background-color: #28AF26; }
a { background-color: rgb(40,175,38); }
div.DivClassName
{
background-color: #28AF26;
}
.BgClassName
{
background-color: #28AF26;
}
</style>
border-color css
<style>
span { border-color: #28AF26; }
span { border-color: rgb(40,175,38); }
td.TdClassName
{
border-color: #28AF26;
}
.TagClassName
{
border-color: #28AF26;
}
</style>