Shades of Lime Green #2DEA28
Tints of Lime Green #2DEA28
RGB
CMYK
RGB Variations
Color information
#2DEA28 (or 0x2DEA28) is known color: Lime Green. HEX triplet: 2D, EA and 28. RGB value is (45,234,40). Sum of RGB (Red+Green+Blue) = 45+234+40=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 234 (91.80% from 255 or 73.35% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEA28 is #D215D7. Grayscale: #9B9B9B. Windows color (decimal): -13768152 or 2681389. OLE color: 2681389.
HSL color Cylindrical-coordinate representation of color #2DEA28: hue angle of 118.45º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DEA28 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 40 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.08 |
| HSL | 118.45º | 0.82% | 0.54% | - |
| HSV(B) | 118.45º | 0.83% | 0.92% | - |
| XYZ | 30.89 | 59.56 | 11.88 | - |
| YUV | 155.37 | 62.88 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 40 | 0.81 | 0 | 0.83 | 0.08 | 118.45 | 0.82 | 0.54 |
| Hex | 2D | EA | 28 | 51 | 0 | 53 | 8 | 76 | 52 | 36 |
| Octal | 55 | 352 | 50 | 121 | 0 | 123 | 10 | 166 | 122 | 66 |
| Binary | 101101 | 11101010 | 101000 | 1010001 | 0 | 1010011 | 1000 | 1110110 | 1010010 | 110110 |
Color Harmonies of #2DEA28
Complementary color
Monochromatic Colors of #2DEA28
Black with #2DEA28
Text Example
Text Example
White with #2DEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEA28; }
p { color: rgb(45,234,40); }
H1.HeaderClassName
{
color: #2DEA28;
}
.AnyTagClassName
{
color: #2DEA28;
}
</style>
background-color css
<style>
a { background-color: #2DEA28; }
a { background-color: rgb(45,234,40); }
div.DivClassName
{
background-color: #2DEA28;
}
.BgClassName
{
background-color: #2DEA28;
}
</style>
border-color css
<style>
span { border-color: #2DEA28; }
span { border-color: rgb(45,234,40); }
td.TdClassName
{
border-color: #2DEA28;
}
.TagClassName
{
border-color: #2DEA28;
}
</style>