Shades of Lime Green #28D534
Tints of Lime Green #28D534
RGB
CMYK
RGB Variations
Color information
#28D534 (or 0x28D534) is known color: Lime Green. HEX triplet: 28, D5 and 34. RGB value is (40,213,52). Sum of RGB (Red+Green+Blue) = 40+213+52=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 213 (83.59% from 255 or 69.84% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 213 - color contains mainly: green. Hex color #28D534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D534 is #D72ACB. Grayscale: #8F8F8F. Windows color (decimal): -14101196 or 3462440. OLE color: 3462440.
HSL color Cylindrical-coordinate representation of color #28D534: hue angle of 124.16º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D534 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 213 | 52 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.16 |
| HSL | 124.16º | 0.68% | 0.5% | - |
| HSV(B) | 124.16º | 0.81% | 0.84% | - |
| XYZ | 25.29 | 48.29 | 11.24 | - |
| YUV | 142.92 | 76.69 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 213 | 52 | 0.81 | 0 | 0.76 | 0.16 | 124.16 | 0.68 | 0.5 |
| Hex | 28 | D5 | 34 | 51 | 0 | 4C | 10 | 7C | 44 | 32 |
| Octal | 50 | 325 | 64 | 121 | 0 | 114 | 20 | 174 | 104 | 62 |
| Binary | 101000 | 11010101 | 110100 | 1010001 | 0 | 1001100 | 10000 | 1111100 | 1000100 | 110010 |
Color Harmonies of #28D534
Complementary color
Monochromatic Colors of #28D534
Black with #28D534
Text Example
Text Example
White with #28D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D534; }
p { color: rgb(40,213,52); }
H1.HeaderClassName
{
color: #28D534;
}
.AnyTagClassName
{
color: #28D534;
}
</style>
background-color css
<style>
a { background-color: #28D534; }
a { background-color: rgb(40,213,52); }
div.DivClassName
{
background-color: #28D534;
}
.BgClassName
{
background-color: #28D534;
}
</style>
border-color css
<style>
span { border-color: #28D534; }
span { border-color: rgb(40,213,52); }
td.TdClassName
{
border-color: #28D534;
}
.TagClassName
{
border-color: #28D534;
}
</style>