Shades of Lime Green #28C82C
Tints of Lime Green #28C82C
RGB
CMYK
RGB Variations
Color information
#28C82C (or 0x28C82C) is known color: Lime Green. HEX triplet: 28, C8 and 2C. RGB value is (40,200,44). Sum of RGB (Red+Green+Blue) = 40+200+44=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 200 (78.52% from 255 or 70.42% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 200 - color contains mainly: green. Hex color #28C82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C82C is #D737D3. Grayscale: #868686. Windows color (decimal): -14104532 or 2934824. OLE color: 2934824.
HSL color Cylindrical-coordinate representation of color #28C82C: hue angle of 121.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 #28C82C is Cyan = 0.8, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 44 | - |
| CMYK | 0.8 | 0 | 0.78 | 0.22 |
| HSL | 121.5º | 0.67% | 0.47% | - |
| HSV(B) | 121.5º | 0.8% | 0.78% | - |
| XYZ | 21.98 | 41.94 | 9.32 | - |
| YUV | 134.38 | 76.99 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 44 | 0.8 | 0 | 0.78 | 0.22 | 121.5 | 0.67 | 0.47 |
| Hex | 28 | C8 | 2C | 50 | 0 | 4E | 16 | 7A | 43 | 2F |
| Octal | 50 | 310 | 54 | 120 | 0 | 116 | 26 | 172 | 103 | 57 |
| Binary | 101000 | 11001000 | 101100 | 1010000 | 0 | 1001110 | 10110 | 1111010 | 1000011 | 101111 |
Color Harmonies of #28C82C
Complementary color
Monochromatic Colors of #28C82C
Black with #28C82C
Text Example
Text Example
White with #28C82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C82C; }
p { color: rgb(40,200,44); }
H1.HeaderClassName
{
color: #28C82C;
}
.AnyTagClassName
{
color: #28C82C;
}
</style>
background-color css
<style>
a { background-color: #28C82C; }
a { background-color: rgb(40,200,44); }
div.DivClassName
{
background-color: #28C82C;
}
.BgClassName
{
background-color: #28C82C;
}
</style>
border-color css
<style>
span { border-color: #28C82C; }
span { border-color: rgb(40,200,44); }
td.TdClassName
{
border-color: #28C82C;
}
.TagClassName
{
border-color: #28C82C;
}
</style>