Shades of Lime Green #28C948
Tints of Lime Green #28C948
RGB
CMYK
RGB Variations
Color information
#28C948 (or 0x28C948) is known color: Lime Green. HEX triplet: 28, C9 and 48. RGB value is (40,201,72). Sum of RGB (Red+Green+Blue) = 40+201+72=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #28C948 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C948 is #D736B7. Grayscale: #8A8A8A. Windows color (decimal): -14104248 or 4770088. OLE color: 4770088.
HSL color Cylindrical-coordinate representation of color #28C948: hue angle of 131.93º 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 #28C948 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 72 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.21 |
| HSL | 131.93º | 0.67% | 0.47% | - |
| HSV(B) | 131.93º | 0.8% | 0.79% | - |
| XYZ | 22.93 | 42.69 | 13.16 | - |
| YUV | 138.16 | 90.66 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 72 | 0.80 | 0 | 0.64 | 0.21 | 131.93 | 0.67 | 0.47 |
| Hex | 28 | C9 | 48 | 50 | 0 | 40 | 15 | 84 | 43 | 2F |
| Octal | 50 | 311 | 110 | 120 | 0 | 100 | 25 | 204 | 103 | 57 |
| Binary | 101000 | 11001001 | 1001000 | 1010000 | 0 | 1000000 | 10101 | 10000100 | 1000011 | 101111 |
Color Harmonies of #28C948
Complementary color
Monochromatic Colors of #28C948
Black with #28C948
Text Example
Text Example
White with #28C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C948; }
p { color: rgb(40,201,72); }
H1.HeaderClassName
{
color: #28C948;
}
.AnyTagClassName
{
color: #28C948;
}
</style>
background-color css
<style>
a { background-color: #28C948; }
a { background-color: rgb(40,201,72); }
div.DivClassName
{
background-color: #28C948;
}
.BgClassName
{
background-color: #28C948;
}
</style>
border-color css
<style>
span { border-color: #28C948; }
span { border-color: rgb(40,201,72); }
td.TdClassName
{
border-color: #28C948;
}
.TagClassName
{
border-color: #28C948;
}
</style>