Shades of Lime Green #28D40B
Tints of Lime Green #28D40B
RGB
CMYK
RGB Variations
Color information
#28D40B (or 0x28D40B) is known color: Lime Green. HEX triplet: 28, D4 and 0B. RGB value is (40,212,11). Sum of RGB (Red+Green+Blue) = 40+212+11=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 212 (83.20% from 255 or 80.61% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 212 - color contains mainly: green. Hex color #28D40B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D40B is #D72BF4. Grayscale: #8A8A8A. Windows color (decimal): -14101493 or 775208. OLE color: 775208.
HSL color Cylindrical-coordinate representation of color #28D40B: hue angle of 111.34º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28D40B is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 11 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.17 |
| HSL | 111.34º | 0.9% | 0.44% | - |
| HSV(B) | 111.34º | 0.95% | 0.83% | - |
| XYZ | 24.48 | 47.56 | 8.21 | - |
| YUV | 137.66 | 56.52 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 11 | 0.81 | 0 | 0.95 | 0.17 | 111.34 | 0.9 | 0.44 |
| Hex | 28 | D4 | B | 51 | 0 | 5F | 11 | 6F | 5A | 2C |
| Octal | 50 | 324 | 13 | 121 | 0 | 137 | 21 | 157 | 132 | 54 |
| Binary | 101000 | 11010100 | 1011 | 1010001 | 0 | 1011111 | 10001 | 1101111 | 1011010 | 101100 |
Color Harmonies of #28D40B
Complementary color
Monochromatic Colors of #28D40B
Black with #28D40B
Text Example
Text Example
White with #28D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D40B; }
p { color: rgb(40,212,11); }
H1.HeaderClassName
{
color: #28D40B;
}
.AnyTagClassName
{
color: #28D40B;
}
</style>
background-color css
<style>
a { background-color: #28D40B; }
a { background-color: rgb(40,212,11); }
div.DivClassName
{
background-color: #28D40B;
}
.BgClassName
{
background-color: #28D40B;
}
</style>
border-color css
<style>
span { border-color: #28D40B; }
span { border-color: rgb(40,212,11); }
td.TdClassName
{
border-color: #28D40B;
}
.TagClassName
{
border-color: #28D40B;
}
</style>