Shades of Lime Green #2DF329
Tints of Lime Green #2DF329
RGB
CMYK
RGB Variations
Color information
#2DF329 (or 0x2DF329) is known color: Lime Green. HEX triplet: 2D, F3 and 29. RGB value is (45,243,41). Sum of RGB (Red+Green+Blue) = 45+243+41=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 243 (95.31% from 255 or 73.86% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF329 is #D20CD6. Grayscale: #A1A1A1. Windows color (decimal): -13765847 or 2749229. OLE color: 2749229.
HSL color Cylindrical-coordinate representation of color #2DF329: hue angle of 118.81º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DF329 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 41 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.05 |
| HSL | 118.81º | 0.89% | 0.56% | - |
| HSV(B) | 118.81º | 0.83% | 0.95% | - |
| XYZ | 33.53 | 64.82 | 12.84 | - |
| YUV | 160.77 | 60.4 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 41 | 0.81 | 0 | 0.83 | 0.05 | 118.81 | 0.89 | 0.56 |
| Hex | 2D | F3 | 29 | 51 | 0 | 53 | 5 | 77 | 59 | 38 |
| Octal | 55 | 363 | 51 | 121 | 0 | 123 | 5 | 167 | 131 | 70 |
| Binary | 101101 | 11110011 | 101001 | 1010001 | 0 | 1010011 | 101 | 1110111 | 1011001 | 111000 |
Color Harmonies of #2DF329
Complementary color
Monochromatic Colors of #2DF329
Black with #2DF329
Text Example
Text Example
White with #2DF329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF329; }
p { color: rgb(45,243,41); }
H1.HeaderClassName
{
color: #2DF329;
}
.AnyTagClassName
{
color: #2DF329;
}
</style>
background-color css
<style>
a { background-color: #2DF329; }
a { background-color: rgb(45,243,41); }
div.DivClassName
{
background-color: #2DF329;
}
.BgClassName
{
background-color: #2DF329;
}
</style>
border-color css
<style>
span { border-color: #2DF329; }
span { border-color: rgb(45,243,41); }
td.TdClassName
{
border-color: #2DF329;
}
.TagClassName
{
border-color: #2DF329;
}
</style>