Shades of Lime Green #28D60B
Tints of Lime Green #28D60B
RGB
CMYK
RGB Variations
Color information
#28D60B (or 0x28D60B) is known color: Lime Green. HEX triplet: 28, D6 and 0B. RGB value is (40,214,11). Sum of RGB (Red+Green+Blue) = 40+214+11=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 214 (83.98% from 255 or 80.75% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 214 - color contains mainly: green. Hex color #28D60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D60B is #D729F4. Grayscale: #8B8B8B. Windows color (decimal): -14100981 or 775720. OLE color: 775720.
HSL color Cylindrical-coordinate representation of color #28D60B: hue angle of 111.43º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28D60B is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 11 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.16 |
| HSL | 111.43º | 0.9% | 0.44% | - |
| HSV(B) | 111.43º | 0.95% | 0.84% | - |
| XYZ | 24.98 | 48.57 | 8.37 | - |
| YUV | 138.83 | 55.85 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 11 | 0.81 | 0 | 0.95 | 0.16 | 111.43 | 0.9 | 0.44 |
| Hex | 28 | D6 | B | 51 | 0 | 5F | 10 | 6F | 5A | 2C |
| Octal | 50 | 326 | 13 | 121 | 0 | 137 | 20 | 157 | 132 | 54 |
| Binary | 101000 | 11010110 | 1011 | 1010001 | 0 | 1011111 | 10000 | 1101111 | 1011010 | 101100 |
Color Harmonies of #28D60B
Complementary color
Monochromatic Colors of #28D60B
Black with #28D60B
Text Example
Text Example
White with #28D60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D60B; }
p { color: rgb(40,214,11); }
H1.HeaderClassName
{
color: #28D60B;
}
.AnyTagClassName
{
color: #28D60B;
}
</style>
background-color css
<style>
a { background-color: #28D60B; }
a { background-color: rgb(40,214,11); }
div.DivClassName
{
background-color: #28D60B;
}
.BgClassName
{
background-color: #28D60B;
}
</style>
border-color css
<style>
span { border-color: #28D60B; }
span { border-color: rgb(40,214,11); }
td.TdClassName
{
border-color: #28D60B;
}
.TagClassName
{
border-color: #28D60B;
}
</style>