Shades of Lime Green #2CF52E
Tints of Lime Green #2CF52E
RGB
CMYK
RGB Variations
Color information
#2CF52E (or 0x2CF52E) is known color: Lime Green. HEX triplet: 2C, F5 and 2E. RGB value is (44,245,46). Sum of RGB (Red+Green+Blue) = 44+245+46=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 245 (96.09% from 255 or 73.13% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 245 - color contains mainly: green. Hex color #2CF52E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF52E is #D30AD1. Grayscale: #A2A2A2. Windows color (decimal): -13830866 or 3077420. OLE color: 3077420.
HSL color Cylindrical-coordinate representation of color #2CF52E: hue angle of 120.6º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF52E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 245 | 46 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.04 |
| HSL | 120.6º | 0.91% | 0.57% | - |
| HSV(B) | 120.6º | 0.82% | 0.96% | - |
| XYZ | 34.18 | 66.04 | 13.53 | - |
| YUV | 162.22 | 62.41 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 245 | 46 | 0.82 | 0 | 0.81 | 0.04 | 120.6 | 0.91 | 0.57 |
| Hex | 2C | F5 | 2E | 52 | 0 | 51 | 4 | 79 | 5B | 39 |
| Octal | 54 | 365 | 56 | 122 | 0 | 121 | 4 | 171 | 133 | 71 |
| Binary | 101100 | 11110101 | 101110 | 1010010 | 0 | 1010001 | 100 | 1111001 | 1011011 | 111001 |
Color Harmonies of #2CF52E
Complementary color
Monochromatic Colors of #2CF52E
Black with #2CF52E
Text Example
Text Example
White with #2CF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF52E; }
p { color: rgb(44,245,46); }
H1.HeaderClassName
{
color: #2CF52E;
}
.AnyTagClassName
{
color: #2CF52E;
}
</style>
background-color css
<style>
a { background-color: #2CF52E; }
a { background-color: rgb(44,245,46); }
div.DivClassName
{
background-color: #2CF52E;
}
.BgClassName
{
background-color: #2CF52E;
}
</style>
border-color css
<style>
span { border-color: #2CF52E; }
span { border-color: rgb(44,245,46); }
td.TdClassName
{
border-color: #2CF52E;
}
.TagClassName
{
border-color: #2CF52E;
}
</style>