Shades of Lime Green #28D62F
Tints of Lime Green #28D62F
RGB
CMYK
RGB Variations
Color information
#28D62F (or 0x28D62F) is known color: Lime Green. HEX triplet: 28, D6 and 2F. RGB value is (40,214,47). Sum of RGB (Red+Green+Blue) = 40+214+47=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #28D62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D62F is #D729D0. Grayscale: #8F8F8F. Windows color (decimal): -14100945 or 3135016. OLE color: 3135016.
HSL color Cylindrical-coordinate representation of color #28D62F: hue angle of 122.41º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D62F is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 47 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.16 |
| HSL | 122.41º | 0.69% | 0.5% | - |
| HSV(B) | 122.41º | 0.81% | 0.84% | - |
| XYZ | 25.43 | 48.75 | 10.76 | - |
| YUV | 142.94 | 73.85 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 47 | 0.81 | 0 | 0.78 | 0.16 | 122.41 | 0.69 | 0.5 |
| Hex | 28 | D6 | 2F | 51 | 0 | 4E | 10 | 7A | 45 | 32 |
| Octal | 50 | 326 | 57 | 121 | 0 | 116 | 20 | 172 | 105 | 62 |
| Binary | 101000 | 11010110 | 101111 | 1010001 | 0 | 1001110 | 10000 | 1111010 | 1000101 | 110010 |
Color Harmonies of #28D62F
Complementary color
Monochromatic Colors of #28D62F
Black with #28D62F
Text Example
Text Example
White with #28D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D62F; }
p { color: rgb(40,214,47); }
H1.HeaderClassName
{
color: #28D62F;
}
.AnyTagClassName
{
color: #28D62F;
}
</style>
background-color css
<style>
a { background-color: #28D62F; }
a { background-color: rgb(40,214,47); }
div.DivClassName
{
background-color: #28D62F;
}
.BgClassName
{
background-color: #28D62F;
}
</style>
border-color css
<style>
span { border-color: #28D62F; }
span { border-color: rgb(40,214,47); }
td.TdClassName
{
border-color: #28D62F;
}
.TagClassName
{
border-color: #28D62F;
}
</style>