Shades of Lime Green #28C94C
Tints of Lime Green #28C94C
RGB
CMYK
RGB Variations
Color information
#28C94C (or 0x28C94C) is known color: Lime Green. HEX triplet: 28, C9 and 4C. RGB value is (40,201,76). Sum of RGB (Red+Green+Blue) = 40+201+76=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 201 (78.91% from 255 or 63.41% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 201 - color contains mainly: green. Hex color #28C94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C94C is #D736B3. Grayscale: #8A8A8A. Windows color (decimal): -14104244 or 5032232. OLE color: 5032232.
HSL color Cylindrical-coordinate representation of color #28C94C: hue angle of 133.42º 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 #28C94C is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 76 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.21 |
| HSL | 133.42º | 0.67% | 0.47% | - |
| HSV(B) | 133.42º | 0.8% | 0.79% | - |
| XYZ | 23.07 | 42.75 | 13.87 | - |
| YUV | 138.61 | 92.66 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 76 | 0.80 | 0 | 0.62 | 0.21 | 133.42 | 0.67 | 0.47 |
| Hex | 28 | C9 | 4C | 50 | 0 | 3E | 15 | 85 | 43 | 2F |
| Octal | 50 | 311 | 114 | 120 | 0 | 76 | 25 | 205 | 103 | 57 |
| Binary | 101000 | 11001001 | 1001100 | 1010000 | 0 | 111110 | 10101 | 10000101 | 1000011 | 101111 |
Color Harmonies of #28C94C
Complementary color
Monochromatic Colors of #28C94C
Black with #28C94C
Text Example
Text Example
White with #28C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C94C; }
p { color: rgb(40,201,76); }
H1.HeaderClassName
{
color: #28C94C;
}
.AnyTagClassName
{
color: #28C94C;
}
</style>
background-color css
<style>
a { background-color: #28C94C; }
a { background-color: rgb(40,201,76); }
div.DivClassName
{
background-color: #28C94C;
}
.BgClassName
{
background-color: #28C94C;
}
</style>
border-color css
<style>
span { border-color: #28C94C; }
span { border-color: rgb(40,201,76); }
td.TdClassName
{
border-color: #28C94C;
}
.TagClassName
{
border-color: #28C94C;
}
</style>