Shades of Lime Green #28C93F
Tints of Lime Green #28C93F
RGB
CMYK
RGB Variations
Color information
#28C93F (or 0x28C93F) is known color: Lime Green. HEX triplet: 28, C9 and 3F. RGB value is (40,201,63). Sum of RGB (Red+Green+Blue) = 40+201+63=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 201 (78.91% from 255 or 66.12% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 201 - color contains mainly: green. Hex color #28C93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C93F is #D736C0. Grayscale: #898989. Windows color (decimal): -14104257 or 4180264. OLE color: 4180264.
HSL color Cylindrical-coordinate representation of color #28C93F: hue angle of 128.57º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C93F is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 63 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.21 |
| HSL | 128.57º | 0.67% | 0.47% | - |
| HSV(B) | 128.57º | 0.8% | 0.79% | - |
| XYZ | 22.66 | 42.58 | 11.73 | - |
| YUV | 137.13 | 86.16 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 63 | 0.80 | 0 | 0.69 | 0.21 | 128.57 | 0.67 | 0.47 |
| Hex | 28 | C9 | 3F | 50 | 0 | 45 | 15 | 81 | 43 | 2F |
| Octal | 50 | 311 | 77 | 120 | 0 | 105 | 25 | 201 | 103 | 57 |
| Binary | 101000 | 11001001 | 111111 | 1010000 | 0 | 1000101 | 10101 | 10000001 | 1000011 | 101111 |
Color Harmonies of #28C93F
Complementary color
Monochromatic Colors of #28C93F
Black with #28C93F
Text Example
Text Example
White with #28C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C93F; }
p { color: rgb(40,201,63); }
H1.HeaderClassName
{
color: #28C93F;
}
.AnyTagClassName
{
color: #28C93F;
}
</style>
background-color css
<style>
a { background-color: #28C93F; }
a { background-color: rgb(40,201,63); }
div.DivClassName
{
background-color: #28C93F;
}
.BgClassName
{
background-color: #28C93F;
}
</style>
border-color css
<style>
span { border-color: #28C93F; }
span { border-color: rgb(40,201,63); }
td.TdClassName
{
border-color: #28C93F;
}
.TagClassName
{
border-color: #28C93F;
}
</style>