Shades of Lime Green #28EF2D
Tints of Lime Green #28EF2D
RGB
CMYK
RGB Variations
Color information
#28EF2D (or 0x28EF2D) is known color: Lime Green. HEX triplet: 28, EF and 2D. RGB value is (40,239,45). Sum of RGB (Red+Green+Blue) = 40+239+45=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 239 (93.75% from 255 or 73.77% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 239 - color contains mainly: green. Hex color #28EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EF2D is #D710D2. Grayscale: #9D9D9D. Windows color (decimal): -14094547 or 3010344. OLE color: 3010344.
HSL color Cylindrical-coordinate representation of color #28EF2D: hue angle of 121.51º 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 #28EF2D is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 45 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.06 |
| HSL | 121.51º | 0.86% | 0.55% | - |
| HSV(B) | 121.51º | 0.83% | 0.94% | - |
| XYZ | 32.22 | 62.37 | 12.82 | - |
| YUV | 157.38 | 64.57 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 45 | 0.83 | 0 | 0.81 | 0.06 | 121.51 | 0.86 | 0.55 |
| Hex | 28 | EF | 2D | 53 | 0 | 51 | 6 | 7A | 56 | 37 |
| Octal | 50 | 357 | 55 | 123 | 0 | 121 | 6 | 172 | 126 | 67 |
| Binary | 101000 | 11101111 | 101101 | 1010011 | 0 | 1010001 | 110 | 1111010 | 1010110 | 110111 |
Color Harmonies of #28EF2D
Complementary color
Monochromatic Colors of #28EF2D
Black with #28EF2D
Text Example
Text Example
White with #28EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EF2D; }
p { color: rgb(40,239,45); }
H1.HeaderClassName
{
color: #28EF2D;
}
.AnyTagClassName
{
color: #28EF2D;
}
</style>
background-color css
<style>
a { background-color: #28EF2D; }
a { background-color: rgb(40,239,45); }
div.DivClassName
{
background-color: #28EF2D;
}
.BgClassName
{
background-color: #28EF2D;
}
</style>
border-color css
<style>
span { border-color: #28EF2D; }
span { border-color: rgb(40,239,45); }
td.TdClassName
{
border-color: #28EF2D;
}
.TagClassName
{
border-color: #28EF2D;
}
</style>