Shades of Lime Green #28C44C
Tints of Lime Green #28C44C
RGB
CMYK
RGB Variations
Color information
#28C44C (or 0x28C44C) is known color: Lime Green. HEX triplet: 28, C4 and 4C. RGB value is (40,196,76). Sum of RGB (Red+Green+Blue) = 40+196+76=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #28C44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C44C is #D73BB3. Grayscale: #888888. Windows color (decimal): -14105524 or 5030952. OLE color: 5030952.
HSL color Cylindrical-coordinate representation of color #28C44C: hue angle of 133.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C44C is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 196 | 76 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.23 |
| HSL | 133.85º | 0.66% | 0.46% | - |
| HSV(B) | 133.85º | 0.8% | 0.77% | - |
| XYZ | 21.92 | 40.45 | 13.49 | - |
| YUV | 135.68 | 94.32 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 196 | 76 | 0.80 | 0 | 0.61 | 0.23 | 133.85 | 0.66 | 0.46 |
| Hex | 28 | C4 | 4C | 50 | 0 | 3D | 17 | 86 | 42 | 2E |
| Octal | 50 | 304 | 114 | 120 | 0 | 75 | 27 | 206 | 102 | 56 |
| Binary | 101000 | 11000100 | 1001100 | 1010000 | 0 | 111101 | 10111 | 10000110 | 1000010 | 101110 |
Color Harmonies of #28C44C
Complementary color
Monochromatic Colors of #28C44C
Black with #28C44C
Text Example
Text Example
White with #28C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C44C; }
p { color: rgb(40,196,76); }
H1.HeaderClassName
{
color: #28C44C;
}
.AnyTagClassName
{
color: #28C44C;
}
</style>
background-color css
<style>
a { background-color: #28C44C; }
a { background-color: rgb(40,196,76); }
div.DivClassName
{
background-color: #28C44C;
}
.BgClassName
{
background-color: #28C44C;
}
</style>
border-color css
<style>
span { border-color: #28C44C; }
span { border-color: rgb(40,196,76); }
td.TdClassName
{
border-color: #28C44C;
}
.TagClassName
{
border-color: #28C44C;
}
</style>