Shades of Lime Green #28C32D
Tints of Lime Green #28C32D
RGB
CMYK
RGB Variations
Color information
#28C32D (or 0x28C32D) is known color: Lime Green. HEX triplet: 28, C3 and 2D. RGB value is (40,195,45). Sum of RGB (Red+Green+Blue) = 40+195+45=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #28C32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C32D is #D73CD2. Grayscale: #848484. Windows color (decimal): -14105811 or 2999080. OLE color: 2999080.
HSL color Cylindrical-coordinate representation of color #28C32D: hue angle of 121.94º 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 #28C32D is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 45 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.24 |
| HSL | 121.94º | 0.66% | 0.46% | - |
| HSV(B) | 121.94º | 0.79% | 0.76% | - |
| XYZ | 20.86 | 39.67 | 9.04 | - |
| YUV | 131.56 | 79.15 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 45 | 0.79 | 0 | 0.77 | 0.24 | 121.94 | 0.66 | 0.46 |
| Hex | 28 | C3 | 2D | 4F | 0 | 4D | 18 | 7A | 42 | 2E |
| Octal | 50 | 303 | 55 | 117 | 0 | 115 | 30 | 172 | 102 | 56 |
| Binary | 101000 | 11000011 | 101101 | 1001111 | 0 | 1001101 | 11000 | 1111010 | 1000010 | 101110 |
Color Harmonies of #28C32D
Complementary color
Monochromatic Colors of #28C32D
Black with #28C32D
Text Example
Text Example
White with #28C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C32D; }
p { color: rgb(40,195,45); }
H1.HeaderClassName
{
color: #28C32D;
}
.AnyTagClassName
{
color: #28C32D;
}
</style>
background-color css
<style>
a { background-color: #28C32D; }
a { background-color: rgb(40,195,45); }
div.DivClassName
{
background-color: #28C32D;
}
.BgClassName
{
background-color: #28C32D;
}
</style>
border-color css
<style>
span { border-color: #28C32D; }
span { border-color: rgb(40,195,45); }
td.TdClassName
{
border-color: #28C32D;
}
.TagClassName
{
border-color: #28C32D;
}
</style>