Shades of Lime Green #28E642
Tints of Lime Green #28E642
RGB
CMYK
RGB Variations
Color information
#28E642 (or 0x28E642) is known color: Lime Green. HEX triplet: 28, E6 and 42. RGB value is (40,230,66). Sum of RGB (Red+Green+Blue) = 40+230+66=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 230 (90.23% from 255 or 68.45% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 230 - color contains mainly: green. Hex color #28E642 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E642 is #D719BD. Grayscale: #9A9A9A. Windows color (decimal): -14096830 or 4384296. OLE color: 4384296.
HSL color Cylindrical-coordinate representation of color #28E642: hue angle of 128.21º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E642 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 230 | 66 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.10 |
| HSL | 128.21º | 0.79% | 0.53% | - |
| HSV(B) | 128.21º | 0.83% | 0.9% | - |
| XYZ | 30.16 | 57.44 | 14.65 | - |
| YUV | 154.49 | 78.05 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 230 | 66 | 0.83 | 0 | 0.71 | 0.10 | 128.21 | 0.79 | 0.53 |
| Hex | 28 | E6 | 42 | 53 | 0 | 47 | A | 80 | 4F | 35 |
| Octal | 50 | 346 | 102 | 123 | 0 | 107 | 12 | 200 | 117 | 65 |
| Binary | 101000 | 11100110 | 1000010 | 1010011 | 0 | 1000111 | 1010 | 10000000 | 1001111 | 110101 |
Color Harmonies of #28E642
Complementary color
Monochromatic Colors of #28E642
Black with #28E642
Text Example
Text Example
White with #28E642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E642; }
p { color: rgb(40,230,66); }
H1.HeaderClassName
{
color: #28E642;
}
.AnyTagClassName
{
color: #28E642;
}
</style>
background-color css
<style>
a { background-color: #28E642; }
a { background-color: rgb(40,230,66); }
div.DivClassName
{
background-color: #28E642;
}
.BgClassName
{
background-color: #28E642;
}
</style>
border-color css
<style>
span { border-color: #28E642; }
span { border-color: rgb(40,230,66); }
td.TdClassName
{
border-color: #28E642;
}
.TagClassName
{
border-color: #28E642;
}
</style>