Shades of Lime Green #28F93F
Tints of Lime Green #28F93F
RGB
CMYK
RGB Variations
Color information
#28F93F (or 0x28F93F) is known color: Lime Green. HEX triplet: 28, F9 and 3F. RGB value is (40,249,63). Sum of RGB (Red+Green+Blue) = 40+249+63=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 249 (97.66% from 255 or 70.74% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 249 - color contains mainly: green. Hex color #28F93F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F93F is #D706C0. Grayscale: #A5A5A5. Windows color (decimal): -14091969 or 4192552. OLE color: 4192552.
HSL color Cylindrical-coordinate representation of color #28F93F: hue angle of 126.6º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F93F is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 249 | 63 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.02 |
| HSL | 126.6º | 0.95% | 0.57% | - |
| HSV(B) | 126.6º | 0.84% | 0.98% | - |
| XYZ | 35.65 | 68.56 | 16.06 | - |
| YUV | 165.31 | 70.26 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 63 | 0.84 | 0 | 0.75 | 0.02 | 126.6 | 0.95 | 0.57 |
| Hex | 28 | F9 | 3F | 54 | 0 | 4B | 2 | 7F | 5F | 39 |
| Octal | 50 | 371 | 77 | 124 | 0 | 113 | 2 | 177 | 137 | 71 |
| Binary | 101000 | 11111001 | 111111 | 1010100 | 0 | 1001011 | 10 | 1111111 | 1011111 | 111001 |
Color Harmonies of #28F93F
Complementary color
Monochromatic Colors of #28F93F
Black with #28F93F
Text Example
Text Example
White with #28F93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F93F; }
p { color: rgb(40,249,63); }
H1.HeaderClassName
{
color: #28F93F;
}
.AnyTagClassName
{
color: #28F93F;
}
</style>
background-color css
<style>
a { background-color: #28F93F; }
a { background-color: rgb(40,249,63); }
div.DivClassName
{
background-color: #28F93F;
}
.BgClassName
{
background-color: #28F93F;
}
</style>
border-color css
<style>
span { border-color: #28F93F; }
span { border-color: rgb(40,249,63); }
td.TdClassName
{
border-color: #28F93F;
}
.TagClassName
{
border-color: #28F93F;
}
</style>