Shades of Lime Green #28C945
Tints of Lime Green #28C945
RGB
CMYK
RGB Variations
Color information
#28C945 (or 0x28C945) is known color: Lime Green. HEX triplet: 28, C9 and 45. RGB value is (40,201,69). Sum of RGB (Red+Green+Blue) = 40+201+69=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #28C945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C945 is #D736BA. Grayscale: #8A8A8A. Windows color (decimal): -14104251 or 4573480. OLE color: 4573480.
HSL color Cylindrical-coordinate representation of color #28C945: hue angle of 130.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C945 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 69 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.21 |
| HSL | 130.81º | 0.67% | 0.47% | - |
| HSV(B) | 130.81º | 0.8% | 0.79% | - |
| XYZ | 22.84 | 42.65 | 12.66 | - |
| YUV | 137.81 | 89.16 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 69 | 0.80 | 0 | 0.66 | 0.21 | 130.81 | 0.67 | 0.47 |
| Hex | 28 | C9 | 45 | 50 | 0 | 42 | 15 | 83 | 43 | 2F |
| Octal | 50 | 311 | 105 | 120 | 0 | 102 | 25 | 203 | 103 | 57 |
| Binary | 101000 | 11001001 | 1000101 | 1010000 | 0 | 1000010 | 10101 | 10000011 | 1000011 | 101111 |
Color Harmonies of #28C945
Complementary color
Monochromatic Colors of #28C945
Black with #28C945
Text Example
Text Example
White with #28C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C945; }
p { color: rgb(40,201,69); }
H1.HeaderClassName
{
color: #28C945;
}
.AnyTagClassName
{
color: #28C945;
}
</style>
background-color css
<style>
a { background-color: #28C945; }
a { background-color: rgb(40,201,69); }
div.DivClassName
{
background-color: #28C945;
}
.BgClassName
{
background-color: #28C945;
}
</style>
border-color css
<style>
span { border-color: #28C945; }
span { border-color: rgb(40,201,69); }
td.TdClassName
{
border-color: #28C945;
}
.TagClassName
{
border-color: #28C945;
}
</style>