Shades of Lime Green #28C645
Tints of Lime Green #28C645
RGB
CMYK
RGB Variations
Color information
#28C645 (or 0x28C645) is known color: Lime Green. HEX triplet: 28, C6 and 45. RGB value is (40,198,69). Sum of RGB (Red+Green+Blue) = 40+198+69=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #28C645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C645 is #D739BA. Grayscale: #888888. Windows color (decimal): -14105019 or 4572712. OLE color: 4572712.
HSL color Cylindrical-coordinate representation of color #28C645: hue angle of 131.01º 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 #28C645 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 69 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.22 |
| HSL | 131.01º | 0.66% | 0.47% | - |
| HSV(B) | 131.01º | 0.8% | 0.78% | - |
| XYZ | 22.14 | 41.27 | 12.43 | - |
| YUV | 136.05 | 90.15 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 69 | 0.80 | 0 | 0.65 | 0.22 | 131.01 | 0.66 | 0.47 |
| Hex | 28 | C6 | 45 | 50 | 0 | 41 | 16 | 83 | 42 | 2F |
| Octal | 50 | 306 | 105 | 120 | 0 | 101 | 26 | 203 | 102 | 57 |
| Binary | 101000 | 11000110 | 1000101 | 1010000 | 0 | 1000001 | 10110 | 10000011 | 1000010 | 101111 |
Color Harmonies of #28C645
Complementary color
Monochromatic Colors of #28C645
Black with #28C645
Text Example
Text Example
White with #28C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C645; }
p { color: rgb(40,198,69); }
H1.HeaderClassName
{
color: #28C645;
}
.AnyTagClassName
{
color: #28C645;
}
</style>
background-color css
<style>
a { background-color: #28C645; }
a { background-color: rgb(40,198,69); }
div.DivClassName
{
background-color: #28C645;
}
.BgClassName
{
background-color: #28C645;
}
</style>
border-color css
<style>
span { border-color: #28C645; }
span { border-color: rgb(40,198,69); }
td.TdClassName
{
border-color: #28C645;
}
.TagClassName
{
border-color: #28C645;
}
</style>