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