Shades of Lime Green #28C844
Tints of Lime Green #28C844
RGB
CMYK
RGB Variations
Color information
#28C844 (or 0x28C844) is known color: Lime Green. HEX triplet: 28, C8 and 44. RGB value is (40,200,68). Sum of RGB (Red+Green+Blue) = 40+200+68=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 200 (78.52% from 255 or 64.94% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 200 - color contains mainly: green. Hex color #28C844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C844 is #D737BB. Grayscale: #898989. Windows color (decimal): -14104508 or 4507688. OLE color: 4507688.
HSL color Cylindrical-coordinate representation of color #28C844: hue angle of 130.5º 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 #28C844 is Cyan = 0.8, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 68 | - |
| CMYK | 0.8 | 0 | 0.66 | 0.22 |
| HSL | 130.5º | 0.67% | 0.47% | - |
| HSV(B) | 130.5º | 0.8% | 0.78% | - |
| XYZ | 22.57 | 42.18 | 12.42 | - |
| YUV | 137.11 | 88.99 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 68 | 0.8 | 0 | 0.66 | 0.22 | 130.5 | 0.67 | 0.47 |
| Hex | 28 | C8 | 44 | 50 | 0 | 42 | 16 | 82 | 43 | 2F |
| Octal | 50 | 310 | 104 | 120 | 0 | 102 | 26 | 202 | 103 | 57 |
| Binary | 101000 | 11001000 | 1000100 | 1010000 | 0 | 1000010 | 10110 | 10000010 | 1000011 | 101111 |
Color Harmonies of #28C844
Complementary color
Monochromatic Colors of #28C844
Black with #28C844
Text Example
Text Example
White with #28C844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C844; }
p { color: rgb(40,200,68); }
H1.HeaderClassName
{
color: #28C844;
}
.AnyTagClassName
{
color: #28C844;
}
</style>
background-color css
<style>
a { background-color: #28C844; }
a { background-color: rgb(40,200,68); }
div.DivClassName
{
background-color: #28C844;
}
.BgClassName
{
background-color: #28C844;
}
</style>
border-color css
<style>
span { border-color: #28C844; }
span { border-color: rgb(40,200,68); }
td.TdClassName
{
border-color: #28C844;
}
.TagClassName
{
border-color: #28C844;
}
</style>