Shades of Lime Green #2DF32E
Tints of Lime Green #2DF32E
RGB
CMYK
RGB Variations
Color information
#2DF32E (or 0x2DF32E) is known color: Lime Green. HEX triplet: 2D, F3 and 2E. RGB value is (45,243,46). Sum of RGB (Red+Green+Blue) = 45+243+46=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF32E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF32E is #D20CD1. Grayscale: #A1A1A1. Windows color (decimal): -13765842 or 3076909. OLE color: 3076909.
HSL color Cylindrical-coordinate representation of color #2DF32E: hue angle of 120.3º 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 #2DF32E is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 243 | 46 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.05 |
| HSL | 120.3º | 0.89% | 0.56% | - |
| HSV(B) | 120.3º | 0.81% | 0.95% | - |
| XYZ | 33.63 | 64.86 | 13.33 | - |
| YUV | 161.34 | 62.9 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 243 | 46 | 0.81 | 0 | 0.81 | 0.05 | 120.3 | 0.89 | 0.56 |
| Hex | 2D | F3 | 2E | 51 | 0 | 51 | 5 | 78 | 59 | 38 |
| Octal | 55 | 363 | 56 | 121 | 0 | 121 | 5 | 170 | 131 | 70 |
| Binary | 101101 | 11110011 | 101110 | 1010001 | 0 | 1010001 | 101 | 1111000 | 1011001 | 111000 |
Color Harmonies of #2DF32E
Complementary color
Monochromatic Colors of #2DF32E
Black with #2DF32E
Text Example
Text Example
White with #2DF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF32E; }
p { color: rgb(45,243,46); }
H1.HeaderClassName
{
color: #2DF32E;
}
.AnyTagClassName
{
color: #2DF32E;
}
</style>
background-color css
<style>
a { background-color: #2DF32E; }
a { background-color: rgb(45,243,46); }
div.DivClassName
{
background-color: #2DF32E;
}
.BgClassName
{
background-color: #2DF32E;
}
</style>
border-color css
<style>
span { border-color: #2DF32E; }
span { border-color: rgb(45,243,46); }
td.TdClassName
{
border-color: #2DF32E;
}
.TagClassName
{
border-color: #2DF32E;
}
</style>