Shades of Lime Green #2DF33D
Tints of Lime Green #2DF33D
RGB
CMYK
RGB Variations
Color information
#2DF33D (or 0x2DF33D) is known color: Lime Green. HEX triplet: 2D, F3 and 3D. RGB value is (45,243,61). Sum of RGB (Red+Green+Blue) = 45+243+61=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF33D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF33D is #D20CC2. Grayscale: #A3A3A3. Windows color (decimal): -13765827 or 4059949. OLE color: 4059949.
HSL color Cylindrical-coordinate representation of color #2DF33D: hue angle of 124.85º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF33D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 61 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.05 |
| HSL | 124.85º | 0.89% | 0.56% | - |
| HSV(B) | 124.85º | 0.81% | 0.95% | - |
| XYZ | 33.98 | 65 | 15.17 | - |
| YUV | 163.05 | 70.4 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 61 | 0.81 | 0 | 0.75 | 0.05 | 124.85 | 0.89 | 0.56 |
| Hex | 2D | F3 | 3D | 51 | 0 | 4B | 5 | 7D | 59 | 38 |
| Octal | 55 | 363 | 75 | 121 | 0 | 113 | 5 | 175 | 131 | 70 |
| Binary | 101101 | 11110011 | 111101 | 1010001 | 0 | 1001011 | 101 | 1111101 | 1011001 | 111000 |
Color Harmonies of #2DF33D
Complementary color
Monochromatic Colors of #2DF33D
Black with #2DF33D
Text Example
Text Example
White with #2DF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF33D; }
p { color: rgb(45,243,61); }
H1.HeaderClassName
{
color: #2DF33D;
}
.AnyTagClassName
{
color: #2DF33D;
}
</style>
background-color css
<style>
a { background-color: #2DF33D; }
a { background-color: rgb(45,243,61); }
div.DivClassName
{
background-color: #2DF33D;
}
.BgClassName
{
background-color: #2DF33D;
}
</style>
border-color css
<style>
span { border-color: #2DF33D; }
span { border-color: rgb(45,243,61); }
td.TdClassName
{
border-color: #2DF33D;
}
.TagClassName
{
border-color: #2DF33D;
}
</style>