Shades of Lime Green #28F62F
Tints of Lime Green #28F62F
RGB
CMYK
RGB Variations
Color information
#28F62F (or 0x28F62F) is known color: Lime Green. HEX triplet: 28, F6 and 2F. RGB value is (40,246,47). Sum of RGB (Red+Green+Blue) = 40+246+47=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 246 (96.48% from 255 or 73.87% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 246 - color contains mainly: green. Hex color #28F62F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F62F is #D709D0. Grayscale: #A2A2A2. Windows color (decimal): -14092753 or 3143208. OLE color: 3143208.
HSL color Cylindrical-coordinate representation of color #28F62F: hue angle of 122.04º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F62F is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 246 | 47 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.04 |
| HSL | 122.04º | 0.92% | 0.56% | - |
| HSV(B) | 122.04º | 0.84% | 0.96% | - |
| XYZ | 34.34 | 66.57 | 13.73 | - |
| YUV | 161.72 | 63.25 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 246 | 47 | 0.84 | 0 | 0.81 | 0.04 | 122.04 | 0.92 | 0.56 |
| Hex | 28 | F6 | 2F | 54 | 0 | 51 | 4 | 7A | 5C | 38 |
| Octal | 50 | 366 | 57 | 124 | 0 | 121 | 4 | 172 | 134 | 70 |
| Binary | 101000 | 11110110 | 101111 | 1010100 | 0 | 1010001 | 100 | 1111010 | 1011100 | 111000 |
Color Harmonies of #28F62F
Complementary color
Monochromatic Colors of #28F62F
Black with #28F62F
Text Example
Text Example
White with #28F62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F62F; }
p { color: rgb(40,246,47); }
H1.HeaderClassName
{
color: #28F62F;
}
.AnyTagClassName
{
color: #28F62F;
}
</style>
background-color css
<style>
a { background-color: #28F62F; }
a { background-color: rgb(40,246,47); }
div.DivClassName
{
background-color: #28F62F;
}
.BgClassName
{
background-color: #28F62F;
}
</style>
border-color css
<style>
span { border-color: #28F62F; }
span { border-color: rgb(40,246,47); }
td.TdClassName
{
border-color: #28F62F;
}
.TagClassName
{
border-color: #28F62F;
}
</style>