Shades of Lime Green #28EC34
Tints of Lime Green #28EC34
RGB
CMYK
RGB Variations
Color information
#28EC34 (or 0x28EC34) is known color: Lime Green. HEX triplet: 28, EC and 34. RGB value is (40,236,52). Sum of RGB (Red+Green+Blue) = 40+236+52=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 236 (92.58% from 255 or 71.95% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EC34 is #D713CB. Grayscale: #9C9C9C. Windows color (decimal): -14095308 or 3468328. OLE color: 3468328.
HSL color Cylindrical-coordinate representation of color #28EC34: hue angle of 123.67º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EC34 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 236 | 52 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.07 |
| HSL | 123.67º | 0.84% | 0.54% | - |
| HSV(B) | 123.67º | 0.83% | 0.93% | - |
| XYZ | 31.49 | 60.69 | 13.3 | - |
| YUV | 156.42 | 69.07 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 52 | 0.83 | 0 | 0.78 | 0.07 | 123.67 | 0.84 | 0.54 |
| Hex | 28 | EC | 34 | 53 | 0 | 4E | 7 | 7C | 54 | 36 |
| Octal | 50 | 354 | 64 | 123 | 0 | 116 | 7 | 174 | 124 | 66 |
| Binary | 101000 | 11101100 | 110100 | 1010011 | 0 | 1001110 | 111 | 1111100 | 1010100 | 110110 |
Color Harmonies of #28EC34
Complementary color
Monochromatic Colors of #28EC34
Black with #28EC34
Text Example
Text Example
White with #28EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EC34; }
p { color: rgb(40,236,52); }
H1.HeaderClassName
{
color: #28EC34;
}
.AnyTagClassName
{
color: #28EC34;
}
</style>
background-color css
<style>
a { background-color: #28EC34; }
a { background-color: rgb(40,236,52); }
div.DivClassName
{
background-color: #28EC34;
}
.BgClassName
{
background-color: #28EC34;
}
</style>
border-color css
<style>
span { border-color: #28EC34; }
span { border-color: rgb(40,236,52); }
td.TdClassName
{
border-color: #28EC34;
}
.TagClassName
{
border-color: #28EC34;
}
</style>