Shades of Lime Green #28E83C
Tints of Lime Green #28E83C
RGB
CMYK
RGB Variations
Color information
#28E83C (or 0x28E83C) is known color: Lime Green. HEX triplet: 28, E8 and 3C. RGB value is (40,232,60). Sum of RGB (Red+Green+Blue) = 40+232+60=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 232 (91.02% from 255 or 69.88% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 232 - color contains mainly: green. Hex color #28E83C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E83C is #D717C3. Grayscale: #9B9B9B. Windows color (decimal): -14096324 or 3991592. OLE color: 3991592.
HSL color Cylindrical-coordinate representation of color #28E83C: hue angle of 126.25º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E83C is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 232 | 60 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.09 |
| HSL | 126.25º | 0.81% | 0.53% | - |
| HSV(B) | 126.25º | 0.83% | 0.91% | - |
| XYZ | 30.55 | 58.49 | 13.95 | - |
| YUV | 154.98 | 74.39 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 232 | 60 | 0.83 | 0 | 0.74 | 0.09 | 126.25 | 0.81 | 0.53 |
| Hex | 28 | E8 | 3C | 53 | 0 | 4A | 9 | 7E | 51 | 35 |
| Octal | 50 | 350 | 74 | 123 | 0 | 112 | 11 | 176 | 121 | 65 |
| Binary | 101000 | 11101000 | 111100 | 1010011 | 0 | 1001010 | 1001 | 1111110 | 1010001 | 110101 |
Color Harmonies of #28E83C
Complementary color
Monochromatic Colors of #28E83C
Black with #28E83C
Text Example
Text Example
White with #28E83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E83C; }
p { color: rgb(40,232,60); }
H1.HeaderClassName
{
color: #28E83C;
}
.AnyTagClassName
{
color: #28E83C;
}
</style>
background-color css
<style>
a { background-color: #28E83C; }
a { background-color: rgb(40,232,60); }
div.DivClassName
{
background-color: #28E83C;
}
.BgClassName
{
background-color: #28E83C;
}
</style>
border-color css
<style>
span { border-color: #28E83C; }
span { border-color: rgb(40,232,60); }
td.TdClassName
{
border-color: #28E83C;
}
.TagClassName
{
border-color: #28E83C;
}
</style>