Shades of Lime Green #28C348
Tints of Lime Green #28C348
RGB
CMYK
RGB Variations
Color information
#28C348 (or 0x28C348) is known color: Lime Green. HEX triplet: 28, C3 and 48. RGB value is (40,195,72). Sum of RGB (Red+Green+Blue) = 40+195+72=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 195 (76.56% from 255 or 63.52% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 195 - color contains mainly: green. Hex color #28C348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C348 is #D73CB7. Grayscale: #868686. Windows color (decimal): -14105784 or 4768552. OLE color: 4768552.
HSL color Cylindrical-coordinate representation of color #28C348: hue angle of 132.39º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C348 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 72 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.24 |
| HSL | 132.39º | 0.66% | 0.46% | - |
| HSV(B) | 132.39º | 0.79% | 0.76% | - |
| XYZ | 21.56 | 39.95 | 12.71 | - |
| YUV | 134.63 | 92.65 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 72 | 0.79 | 0 | 0.63 | 0.24 | 132.39 | 0.66 | 0.46 |
| Hex | 28 | C3 | 48 | 4F | 0 | 3F | 18 | 84 | 42 | 2E |
| Octal | 50 | 303 | 110 | 117 | 0 | 77 | 30 | 204 | 102 | 56 |
| Binary | 101000 | 11000011 | 1001000 | 1001111 | 0 | 111111 | 11000 | 10000100 | 1000010 | 101110 |
Color Harmonies of #28C348
Complementary color
Monochromatic Colors of #28C348
Black with #28C348
Text Example
Text Example
White with #28C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C348; }
p { color: rgb(40,195,72); }
H1.HeaderClassName
{
color: #28C348;
}
.AnyTagClassName
{
color: #28C348;
}
</style>
background-color css
<style>
a { background-color: #28C348; }
a { background-color: rgb(40,195,72); }
div.DivClassName
{
background-color: #28C348;
}
.BgClassName
{
background-color: #28C348;
}
</style>
border-color css
<style>
span { border-color: #28C348; }
span { border-color: rgb(40,195,72); }
td.TdClassName
{
border-color: #28C348;
}
.TagClassName
{
border-color: #28C348;
}
</style>