Shades of Lime Green #28C73C
Tints of Lime Green #28C73C
RGB
CMYK
RGB Variations
Color information
#28C73C (or 0x28C73C) is known color: Lime Green. HEX triplet: 28, C7 and 3C. RGB value is (40,199,60). Sum of RGB (Red+Green+Blue) = 40+199+60=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 199 (78.12% from 255 or 66.56% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 199 - color contains mainly: green. Hex color #28C73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C73C is #D738C3. Grayscale: #888888. Windows color (decimal): -14104772 or 3983144. OLE color: 3983144.
HSL color Cylindrical-coordinate representation of color #28C73C: hue angle of 127.55º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C73C is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 60 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.22 |
| HSL | 127.55º | 0.67% | 0.47% | - |
| HSV(B) | 127.55º | 0.8% | 0.78% | - |
| XYZ | 22.11 | 41.62 | 11.14 | - |
| YUV | 135.61 | 85.32 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 60 | 0.80 | 0 | 0.70 | 0.22 | 127.55 | 0.67 | 0.47 |
| Hex | 28 | C7 | 3C | 50 | 0 | 46 | 16 | 80 | 43 | 2F |
| Octal | 50 | 307 | 74 | 120 | 0 | 106 | 26 | 200 | 103 | 57 |
| Binary | 101000 | 11000111 | 111100 | 1010000 | 0 | 1000110 | 10110 | 10000000 | 1000011 | 101111 |
Color Harmonies of #28C73C
Complementary color
Monochromatic Colors of #28C73C
Black with #28C73C
Text Example
Text Example
White with #28C73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C73C; }
p { color: rgb(40,199,60); }
H1.HeaderClassName
{
color: #28C73C;
}
.AnyTagClassName
{
color: #28C73C;
}
</style>
background-color css
<style>
a { background-color: #28C73C; }
a { background-color: rgb(40,199,60); }
div.DivClassName
{
background-color: #28C73C;
}
.BgClassName
{
background-color: #28C73C;
}
</style>
border-color css
<style>
span { border-color: #28C73C; }
span { border-color: rgb(40,199,60); }
td.TdClassName
{
border-color: #28C73C;
}
.TagClassName
{
border-color: #28C73C;
}
</style>