Shades of Lime Green #2CF037
Tints of Lime Green #2CF037
RGB
CMYK
RGB Variations
Color information
#2CF037 (or 0x2CF037) is known color: Lime Green. HEX triplet: 2C, F0 and 37. RGB value is (44,240,55). Sum of RGB (Red+Green+Blue) = 44+240+55=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF037 is #D30FC8. Grayscale: #A0A0A0. Windows color (decimal): -13832137 or 3665964. OLE color: 3665964.
HSL color Cylindrical-coordinate representation of color #2CF037: hue angle of 123.37º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF037 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 55 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.06 |
| HSL | 123.37º | 0.87% | 0.56% | - |
| HSV(B) | 123.37º | 0.82% | 0.94% | - |
| XYZ | 32.89 | 63.13 | 14.07 | - |
| YUV | 160.31 | 68.57 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 55 | 0.82 | 0 | 0.77 | 0.06 | 123.37 | 0.87 | 0.56 |
| Hex | 2C | F0 | 37 | 52 | 0 | 4D | 6 | 7B | 57 | 38 |
| Octal | 54 | 360 | 67 | 122 | 0 | 115 | 6 | 173 | 127 | 70 |
| Binary | 101100 | 11110000 | 110111 | 1010010 | 0 | 1001101 | 110 | 1111011 | 1010111 | 111000 |
Color Harmonies of #2CF037
Complementary color
Monochromatic Colors of #2CF037
Black with #2CF037
Text Example
Text Example
White with #2CF037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF037; }
p { color: rgb(44,240,55); }
H1.HeaderClassName
{
color: #2CF037;
}
.AnyTagClassName
{
color: #2CF037;
}
</style>
background-color css
<style>
a { background-color: #2CF037; }
a { background-color: rgb(44,240,55); }
div.DivClassName
{
background-color: #2CF037;
}
.BgClassName
{
background-color: #2CF037;
}
</style>
border-color css
<style>
span { border-color: #2CF037; }
span { border-color: rgb(44,240,55); }
td.TdClassName
{
border-color: #2CF037;
}
.TagClassName
{
border-color: #2CF037;
}
</style>