Shades of Lime Green #28D34A
Tints of Lime Green #28D34A
RGB
CMYK
RGB Variations
Color information
#28D34A (or 0x28D34A) is known color: Lime Green. HEX triplet: 28, D3 and 4A. RGB value is (40,211,74). Sum of RGB (Red+Green+Blue) = 40+211+74=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 211 (82.81% from 255 or 64.92% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 211 - color contains mainly: green. Hex color #28D34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D34A is #D72CB5. Grayscale: #909090. Windows color (decimal): -14101686 or 4903720. OLE color: 4903720.
HSL color Cylindrical-coordinate representation of color #28D34A: hue angle of 131.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D34A is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 211 | 74 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.17 |
| HSL | 131.93º | 0.68% | 0.49% | - |
| HSV(B) | 131.93º | 0.81% | 0.83% | - |
| XYZ | 25.41 | 47.53 | 14.31 | - |
| YUV | 144.25 | 88.35 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 74 | 0.81 | 0 | 0.65 | 0.17 | 131.93 | 0.68 | 0.49 |
| Hex | 28 | D3 | 4A | 51 | 0 | 41 | 11 | 84 | 44 | 31 |
| Octal | 50 | 323 | 112 | 121 | 0 | 101 | 21 | 204 | 104 | 61 |
| Binary | 101000 | 11010011 | 1001010 | 1010001 | 0 | 1000001 | 10001 | 10000100 | 1000100 | 110001 |
Color Harmonies of #28D34A
Complementary color
Monochromatic Colors of #28D34A
Black with #28D34A
Text Example
Text Example
White with #28D34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D34A; }
p { color: rgb(40,211,74); }
H1.HeaderClassName
{
color: #28D34A;
}
.AnyTagClassName
{
color: #28D34A;
}
</style>
background-color css
<style>
a { background-color: #28D34A; }
a { background-color: rgb(40,211,74); }
div.DivClassName
{
background-color: #28D34A;
}
.BgClassName
{
background-color: #28D34A;
}
</style>
border-color css
<style>
span { border-color: #28D34A; }
span { border-color: rgb(40,211,74); }
td.TdClassName
{
border-color: #28D34A;
}
.TagClassName
{
border-color: #28D34A;
}
</style>