Shades of Lime Green #28C62C
Tints of Lime Green #28C62C
RGB
CMYK
RGB Variations
Color information
#28C62C (or 0x28C62C) is known color: Lime Green. HEX triplet: 28, C6 and 2C. RGB value is (40,198,44). Sum of RGB (Red+Green+Blue) = 40+198+44=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 198 (77.73% from 255 or 70.21% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 198 - color contains mainly: green. Hex color #28C62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C62C is #D739D3. Grayscale: #858585. Windows color (decimal): -14105044 or 2934312. OLE color: 2934312.
HSL color Cylindrical-coordinate representation of color #28C62C: hue angle of 121.52º degrees, saturation: 0.66, 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 #28C62C is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 44 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.22 |
| HSL | 121.52º | 0.66% | 0.47% | - |
| HSV(B) | 121.52º | 0.8% | 0.78% | - |
| XYZ | 21.52 | 41.02 | 9.17 | - |
| YUV | 133.2 | 77.65 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 44 | 0.80 | 0 | 0.78 | 0.22 | 121.52 | 0.66 | 0.47 |
| Hex | 28 | C6 | 2C | 50 | 0 | 4E | 16 | 7A | 42 | 2F |
| Octal | 50 | 306 | 54 | 120 | 0 | 116 | 26 | 172 | 102 | 57 |
| Binary | 101000 | 11000110 | 101100 | 1010000 | 0 | 1001110 | 10110 | 1111010 | 1000010 | 101111 |
Color Harmonies of #28C62C
Complementary color
Monochromatic Colors of #28C62C
Black with #28C62C
Text Example
Text Example
White with #28C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C62C; }
p { color: rgb(40,198,44); }
H1.HeaderClassName
{
color: #28C62C;
}
.AnyTagClassName
{
color: #28C62C;
}
</style>
background-color css
<style>
a { background-color: #28C62C; }
a { background-color: rgb(40,198,44); }
div.DivClassName
{
background-color: #28C62C;
}
.BgClassName
{
background-color: #28C62C;
}
</style>
border-color css
<style>
span { border-color: #28C62C; }
span { border-color: rgb(40,198,44); }
td.TdClassName
{
border-color: #28C62C;
}
.TagClassName
{
border-color: #28C62C;
}
</style>