Shades of Lime Green #2CF32E
Tints of Lime Green #2CF32E
RGB
CMYK
RGB Variations
Color information
#2CF32E (or 0x2CF32E) is known color: Lime Green. HEX triplet: 2C, F3 and 2E. RGB value is (44,243,46). Sum of RGB (Red+Green+Blue) = 44+243+46=333 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.21% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF32E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF32E is #D30CD1. Grayscale: #A1A1A1. Windows color (decimal): -13831378 or 3076908. OLE color: 3076908.
HSL color Cylindrical-coordinate representation of color #2CF32E: hue angle of 120.6º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF32E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 46 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.05 |
| HSL | 120.6º | 0.89% | 0.56% | - |
| HSV(B) | 120.6º | 0.82% | 0.95% | - |
| XYZ | 33.58 | 64.83 | 13.33 | - |
| YUV | 161.04 | 63.07 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 46 | 0.82 | 0 | 0.81 | 0.05 | 120.6 | 0.89 | 0.56 |
| Hex | 2C | F3 | 2E | 52 | 0 | 51 | 5 | 79 | 59 | 38 |
| Octal | 54 | 363 | 56 | 122 | 0 | 121 | 5 | 171 | 131 | 70 |
| Binary | 101100 | 11110011 | 101110 | 1010010 | 0 | 1010001 | 101 | 1111001 | 1011001 | 111000 |
Color Harmonies of #2CF32E
Complementary color
Monochromatic Colors of #2CF32E
Black with #2CF32E
Text Example
Text Example
White with #2CF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF32E; }
p { color: rgb(44,243,46); }
H1.HeaderClassName
{
color: #2CF32E;
}
.AnyTagClassName
{
color: #2CF32E;
}
</style>
background-color css
<style>
a { background-color: #2CF32E; }
a { background-color: rgb(44,243,46); }
div.DivClassName
{
background-color: #2CF32E;
}
.BgClassName
{
background-color: #2CF32E;
}
</style>
border-color css
<style>
span { border-color: #2CF32E; }
span { border-color: rgb(44,243,46); }
td.TdClassName
{
border-color: #2CF32E;
}
.TagClassName
{
border-color: #2CF32E;
}
</style>