Shades of Lime Green #28C649
Tints of Lime Green #28C649
RGB
CMYK
RGB Variations
Color information
#28C649 (or 0x28C649) is known color: Lime Green. HEX triplet: 28, C6 and 49. RGB value is (40,198,73). Sum of RGB (Red+Green+Blue) = 40+198+73=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #28C649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C649 is #D739B6. Grayscale: #888888. Windows color (decimal): -14105015 or 4834856. OLE color: 4834856.
HSL color Cylindrical-coordinate representation of color #28C649: hue angle of 132.53º 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 #28C649 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 73 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.22 |
| HSL | 132.53º | 0.66% | 0.47% | - |
| HSV(B) | 132.53º | 0.8% | 0.78% | - |
| XYZ | 22.27 | 41.32 | 13.11 | - |
| YUV | 136.51 | 92.15 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 73 | 0.80 | 0 | 0.63 | 0.22 | 132.53 | 0.66 | 0.47 |
| Hex | 28 | C6 | 49 | 50 | 0 | 3F | 16 | 85 | 42 | 2F |
| Octal | 50 | 306 | 111 | 120 | 0 | 77 | 26 | 205 | 102 | 57 |
| Binary | 101000 | 11000110 | 1001001 | 1010000 | 0 | 111111 | 10110 | 10000101 | 1000010 | 101111 |
Color Harmonies of #28C649
Complementary color
Monochromatic Colors of #28C649
Black with #28C649
Text Example
Text Example
White with #28C649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C649; }
p { color: rgb(40,198,73); }
H1.HeaderClassName
{
color: #28C649;
}
.AnyTagClassName
{
color: #28C649;
}
</style>
background-color css
<style>
a { background-color: #28C649; }
a { background-color: rgb(40,198,73); }
div.DivClassName
{
background-color: #28C649;
}
.BgClassName
{
background-color: #28C649;
}
</style>
border-color css
<style>
span { border-color: #28C649; }
span { border-color: rgb(40,198,73); }
td.TdClassName
{
border-color: #28C649;
}
.TagClassName
{
border-color: #28C649;
}
</style>