Shades of Lime Green #28DE34
Tints of Lime Green #28DE34
RGB
CMYK
RGB Variations
Color information
#28DE34 (or 0x28DE34) is known color: Lime Green. HEX triplet: 28, DE and 34. RGB value is (40,222,52). Sum of RGB (Red+Green+Blue) = 40+222+52=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 222 (87.11% from 255 or 70.70% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DE34 is #D721CB. Grayscale: #949494. Windows color (decimal): -14098892 or 3464744. OLE color: 3464744.
HSL color Cylindrical-coordinate representation of color #28DE34: hue angle of 123.96º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DE34 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 52 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.13 |
| HSL | 123.96º | 0.73% | 0.51% | - |
| HSV(B) | 123.96º | 0.82% | 0.87% | - |
| XYZ | 27.62 | 52.94 | 12.01 | - |
| YUV | 148.2 | 73.7 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 52 | 0.82 | 0 | 0.77 | 0.13 | 123.96 | 0.73 | 0.51 |
| Hex | 28 | DE | 34 | 52 | 0 | 4D | D | 7C | 49 | 33 |
| Octal | 50 | 336 | 64 | 122 | 0 | 115 | 15 | 174 | 111 | 63 |
| Binary | 101000 | 11011110 | 110100 | 1010010 | 0 | 1001101 | 1101 | 1111100 | 1001001 | 110011 |
Color Harmonies of #28DE34
Complementary color
Monochromatic Colors of #28DE34
Black with #28DE34
Text Example
Text Example
White with #28DE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DE34; }
p { color: rgb(40,222,52); }
H1.HeaderClassName
{
color: #28DE34;
}
.AnyTagClassName
{
color: #28DE34;
}
</style>
background-color css
<style>
a { background-color: #28DE34; }
a { background-color: rgb(40,222,52); }
div.DivClassName
{
background-color: #28DE34;
}
.BgClassName
{
background-color: #28DE34;
}
</style>
border-color css
<style>
span { border-color: #28DE34; }
span { border-color: rgb(40,222,52); }
td.TdClassName
{
border-color: #28DE34;
}
.TagClassName
{
border-color: #28DE34;
}
</style>