Shades of Lime Green #28DC34
Tints of Lime Green #28DC34
RGB
CMYK
RGB Variations
Color information
#28DC34 (or 0x28DC34) is known color: Lime Green. HEX triplet: 28, DC and 34. RGB value is (40,220,52). Sum of RGB (Red+Green+Blue) = 40+220+52=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DC34 is #D723CB. Grayscale: #939393. Windows color (decimal): -14099404 or 3464232. OLE color: 3464232.
HSL color Cylindrical-coordinate representation of color #28DC34: hue angle of 124º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DC34 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 52 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.14 |
| HSL | 124º | 0.72% | 0.51% | - |
| HSV(B) | 124º | 0.82% | 0.86% | - |
| XYZ | 27.09 | 51.89 | 11.84 | - |
| YUV | 147.03 | 74.37 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 52 | 0.82 | 0 | 0.76 | 0.14 | 124 | 0.72 | 0.51 |
| Hex | 28 | DC | 34 | 52 | 0 | 4C | E | 7C | 48 | 33 |
| Octal | 50 | 334 | 64 | 122 | 0 | 114 | 16 | 174 | 110 | 63 |
| Binary | 101000 | 11011100 | 110100 | 1010010 | 0 | 1001100 | 1110 | 1111100 | 1001000 | 110011 |
Color Harmonies of #28DC34
Complementary color
Monochromatic Colors of #28DC34
Black with #28DC34
Text Example
Text Example
White with #28DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC34; }
p { color: rgb(40,220,52); }
H1.HeaderClassName
{
color: #28DC34;
}
.AnyTagClassName
{
color: #28DC34;
}
</style>
background-color css
<style>
a { background-color: #28DC34; }
a { background-color: rgb(40,220,52); }
div.DivClassName
{
background-color: #28DC34;
}
.BgClassName
{
background-color: #28DC34;
}
</style>
border-color css
<style>
span { border-color: #28DC34; }
span { border-color: rgb(40,220,52); }
td.TdClassName
{
border-color: #28DC34;
}
.TagClassName
{
border-color: #28DC34;
}
</style>