Shades of Lime Green #2DDE27
Tints of Lime Green #2DDE27
RGB
CMYK
RGB Variations
Color information
#2DDE27 (or 0x2DDE27) is known color: Lime Green. HEX triplet: 2D, DE and 27. RGB value is (45,222,39). Sum of RGB (Red+Green+Blue) = 45+222+39=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDE27 is #D221D8. Grayscale: #949494. Windows color (decimal): -13771225 or 2612781. OLE color: 2612781.
HSL color Cylindrical-coordinate representation of color #2DDE27: hue angle of 118.03º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DDE27 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 39 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.13 |
| HSL | 118.03º | 0.73% | 0.51% | - |
| HSV(B) | 118.03º | 0.82% | 0.87% | - |
| XYZ | 27.57 | 52.95 | 10.69 | - |
| YUV | 148.22 | 66.36 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 39 | 0.80 | 0 | 0.82 | 0.13 | 118.03 | 0.73 | 0.51 |
| Hex | 2D | DE | 27 | 50 | 0 | 52 | D | 76 | 49 | 33 |
| Octal | 55 | 336 | 47 | 120 | 0 | 122 | 15 | 166 | 111 | 63 |
| Binary | 101101 | 11011110 | 100111 | 1010000 | 0 | 1010010 | 1101 | 1110110 | 1001001 | 110011 |
Color Harmonies of #2DDE27
Complementary color
Monochromatic Colors of #2DDE27
Black with #2DDE27
Text Example
Text Example
White with #2DDE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE27; }
p { color: rgb(45,222,39); }
H1.HeaderClassName
{
color: #2DDE27;
}
.AnyTagClassName
{
color: #2DDE27;
}
</style>
background-color css
<style>
a { background-color: #2DDE27; }
a { background-color: rgb(45,222,39); }
div.DivClassName
{
background-color: #2DDE27;
}
.BgClassName
{
background-color: #2DDE27;
}
</style>
border-color css
<style>
span { border-color: #2DDE27; }
span { border-color: rgb(45,222,39); }
td.TdClassName
{
border-color: #2DDE27;
}
.TagClassName
{
border-color: #2DDE27;
}
</style>