Shades of Lime Green #2DF33E
Tints of Lime Green #2DF33E
RGB
CMYK
RGB Variations
Color information
#2DF33E (or 0x2DF33E) is known color: Lime Green. HEX triplet: 2D, F3 and 3E. RGB value is (45,243,62). Sum of RGB (Red+Green+Blue) = 45+243+62=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF33E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF33E is #D20CC1. Grayscale: #A3A3A3. Windows color (decimal): -13765826 or 4125485. OLE color: 4125485.
HSL color Cylindrical-coordinate representation of color #2DF33E: hue angle of 125.15º 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 #2DF33E is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 62 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.05 |
| HSL | 125.15º | 0.89% | 0.56% | - |
| HSV(B) | 125.15º | 0.81% | 0.95% | - |
| XYZ | 34 | 65.01 | 15.31 | - |
| YUV | 163.16 | 70.9 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 62 | 0.81 | 0 | 0.74 | 0.05 | 125.15 | 0.89 | 0.56 |
| Hex | 2D | F3 | 3E | 51 | 0 | 4A | 5 | 7D | 59 | 38 |
| Octal | 55 | 363 | 76 | 121 | 0 | 112 | 5 | 175 | 131 | 70 |
| Binary | 101101 | 11110011 | 111110 | 1010001 | 0 | 1001010 | 101 | 1111101 | 1011001 | 111000 |
Color Harmonies of #2DF33E
Complementary color
Monochromatic Colors of #2DF33E
Black with #2DF33E
Text Example
Text Example
White with #2DF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF33E; }
p { color: rgb(45,243,62); }
H1.HeaderClassName
{
color: #2DF33E;
}
.AnyTagClassName
{
color: #2DF33E;
}
</style>
background-color css
<style>
a { background-color: #2DF33E; }
a { background-color: rgb(45,243,62); }
div.DivClassName
{
background-color: #2DF33E;
}
.BgClassName
{
background-color: #2DF33E;
}
</style>
border-color css
<style>
span { border-color: #2DF33E; }
span { border-color: rgb(45,243,62); }
td.TdClassName
{
border-color: #2DF33E;
}
.TagClassName
{
border-color: #2DF33E;
}
</style>