Shades of Lime Green #28C54B
Tints of Lime Green #28C54B
RGB
CMYK
RGB Variations
Color information
#28C54B (or 0x28C54B) is known color: Lime Green. HEX triplet: 28, C5 and 4B. RGB value is (40,197,75). Sum of RGB (Red+Green+Blue) = 40+197+75=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 197 (77.34% from 255 or 63.14% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 197 - color contains mainly: green. Hex color #28C54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C54B is #D73AB4. Grayscale: #888888. Windows color (decimal): -14105269 or 4965672. OLE color: 4965672.
HSL color Cylindrical-coordinate representation of color #28C54B: hue angle of 133.38º 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 #28C54B is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 75 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.23 |
| HSL | 133.38º | 0.66% | 0.46% | - |
| HSV(B) | 133.38º | 0.8% | 0.77% | - |
| XYZ | 22.11 | 40.89 | 13.38 | - |
| YUV | 136.15 | 93.49 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 75 | 0.80 | 0 | 0.62 | 0.23 | 133.38 | 0.66 | 0.46 |
| Hex | 28 | C5 | 4B | 50 | 0 | 3E | 17 | 85 | 42 | 2E |
| Octal | 50 | 305 | 113 | 120 | 0 | 76 | 27 | 205 | 102 | 56 |
| Binary | 101000 | 11000101 | 1001011 | 1010000 | 0 | 111110 | 10111 | 10000101 | 1000010 | 101110 |
Color Harmonies of #28C54B
Complementary color
Monochromatic Colors of #28C54B
Black with #28C54B
Text Example
Text Example
White with #28C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C54B; }
p { color: rgb(40,197,75); }
H1.HeaderClassName
{
color: #28C54B;
}
.AnyTagClassName
{
color: #28C54B;
}
</style>
background-color css
<style>
a { background-color: #28C54B; }
a { background-color: rgb(40,197,75); }
div.DivClassName
{
background-color: #28C54B;
}
.BgClassName
{
background-color: #28C54B;
}
</style>
border-color css
<style>
span { border-color: #28C54B; }
span { border-color: rgb(40,197,75); }
td.TdClassName
{
border-color: #28C54B;
}
.TagClassName
{
border-color: #28C54B;
}
</style>