Shades of Lime Green #28C346
Tints of Lime Green #28C346
RGB
CMYK
RGB Variations
Color information
#28C346 (or 0x28C346) is known color: Lime Green. HEX triplet: 28, C3 and 46. RGB value is (40,195,70). Sum of RGB (Red+Green+Blue) = 40+195+70=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #28C346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C346 is #D73CB9. Grayscale: #868686. Windows color (decimal): -14105786 or 4637480. OLE color: 4637480.
HSL color Cylindrical-coordinate representation of color #28C346: hue angle of 131.61º 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 #28C346 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 195 | 70 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.24 |
| HSL | 131.61º | 0.66% | 0.46% | - |
| HSV(B) | 131.61º | 0.79% | 0.76% | - |
| XYZ | 21.5 | 39.92 | 12.37 | - |
| YUV | 134.41 | 91.65 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 195 | 70 | 0.79 | 0 | 0.64 | 0.24 | 131.61 | 0.66 | 0.46 |
| Hex | 28 | C3 | 46 | 4F | 0 | 40 | 18 | 84 | 42 | 2E |
| Octal | 50 | 303 | 106 | 117 | 0 | 100 | 30 | 204 | 102 | 56 |
| Binary | 101000 | 11000011 | 1000110 | 1001111 | 0 | 1000000 | 11000 | 10000100 | 1000010 | 101110 |
Color Harmonies of #28C346
Complementary color
Monochromatic Colors of #28C346
Black with #28C346
Text Example
Text Example
White with #28C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C346; }
p { color: rgb(40,195,70); }
H1.HeaderClassName
{
color: #28C346;
}
.AnyTagClassName
{
color: #28C346;
}
</style>
background-color css
<style>
a { background-color: #28C346; }
a { background-color: rgb(40,195,70); }
div.DivClassName
{
background-color: #28C346;
}
.BgClassName
{
background-color: #28C346;
}
</style>
border-color css
<style>
span { border-color: #28C346; }
span { border-color: rgb(40,195,70); }
td.TdClassName
{
border-color: #28C346;
}
.TagClassName
{
border-color: #28C346;
}
</style>