Shades of Lime Green #28EF28
Tints of Lime Green #28EF28
RGB
CMYK
RGB Variations
Color information
#28EF28 (or 0x28EF28) is known color: Lime Green. HEX triplet: 28, EF and 28. RGB value is (40,239,40). Sum of RGB (Red+Green+Blue) = 40+239+40=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 239 (93.75% from 255 or 74.92% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 239 - color contains mainly: green. Hex color #28EF28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EF28 is #D710D7. Grayscale: #9D9D9D. Windows color (decimal): -14094552 or 2682664. OLE color: 2682664.
HSL color Cylindrical-coordinate representation of color #28EF28: hue angle of 120º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EF28 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 40 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.06 |
| HSL | 120º | 0.86% | 0.55% | - |
| HSV(B) | 120º | 0.83% | 0.94% | - |
| XYZ | 32.12 | 62.34 | 12.35 | - |
| YUV | 156.81 | 62.07 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 40 | 0.83 | 0 | 0.83 | 0.06 | 120 | 0.86 | 0.55 |
| Hex | 28 | EF | 28 | 53 | 0 | 53 | 6 | 78 | 56 | 37 |
| Octal | 50 | 357 | 50 | 123 | 0 | 123 | 6 | 170 | 126 | 67 |
| Binary | 101000 | 11101111 | 101000 | 1010011 | 0 | 1010011 | 110 | 1111000 | 1010110 | 110111 |
Color Harmonies of #28EF28
Complementary color
Monochromatic Colors of #28EF28
Black with #28EF28
Text Example
Text Example
White with #28EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EF28; }
p { color: rgb(40,239,40); }
H1.HeaderClassName
{
color: #28EF28;
}
.AnyTagClassName
{
color: #28EF28;
}
</style>
background-color css
<style>
a { background-color: #28EF28; }
a { background-color: rgb(40,239,40); }
div.DivClassName
{
background-color: #28EF28;
}
.BgClassName
{
background-color: #28EF28;
}
</style>
border-color css
<style>
span { border-color: #28EF28; }
span { border-color: rgb(40,239,40); }
td.TdClassName
{
border-color: #28EF28;
}
.TagClassName
{
border-color: #28EF28;
}
</style>