Shades of Lime Green #2DD327
Tints of Lime Green #2DD327
RGB
CMYK
RGB Variations
Color information
#2DD327 (or 0x2DD327) is known color: Lime Green. HEX triplet: 2D, D3 and 27. RGB value is (45,211,39). Sum of RGB (Red+Green+Blue) = 45+211+39=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 211 (82.81% from 255 or 71.53% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 211 - color contains mainly: green. Hex color #2DD327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD327 is #D22CD8. Grayscale: #8E8E8E. Windows color (decimal): -13774041 or 2609965. OLE color: 2609965.
HSL color Cylindrical-coordinate representation of color #2DD327: hue angle of 117.91º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DD327 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 211 | 39 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.17 |
| HSL | 117.91º | 0.69% | 0.49% | - |
| HSV(B) | 117.91º | 0.82% | 0.83% | - |
| XYZ | 24.74 | 47.29 | 9.74 | - |
| YUV | 141.76 | 70 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 211 | 39 | 0.79 | 0 | 0.82 | 0.17 | 117.91 | 0.69 | 0.49 |
| Hex | 2D | D3 | 27 | 4F | 0 | 52 | 11 | 76 | 45 | 31 |
| Octal | 55 | 323 | 47 | 117 | 0 | 122 | 21 | 166 | 105 | 61 |
| Binary | 101101 | 11010011 | 100111 | 1001111 | 0 | 1010010 | 10001 | 1110110 | 1000101 | 110001 |
Color Harmonies of #2DD327
Complementary color
Monochromatic Colors of #2DD327
Black with #2DD327
Text Example
Text Example
White with #2DD327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD327; }
p { color: rgb(45,211,39); }
H1.HeaderClassName
{
color: #2DD327;
}
.AnyTagClassName
{
color: #2DD327;
}
</style>
background-color css
<style>
a { background-color: #2DD327; }
a { background-color: rgb(45,211,39); }
div.DivClassName
{
background-color: #2DD327;
}
.BgClassName
{
background-color: #2DD327;
}
</style>
border-color css
<style>
span { border-color: #2DD327; }
span { border-color: rgb(45,211,39); }
td.TdClassName
{
border-color: #2DD327;
}
.TagClassName
{
border-color: #2DD327;
}
</style>