Shades of Lime Green #2CF03E
Tints of Lime Green #2CF03E
RGB
CMYK
RGB Variations
Color information
#2CF03E (or 0x2CF03E) is known color: Lime Green. HEX triplet: 2C, F0 and 3E. RGB value is (44,240,62). Sum of RGB (Red+Green+Blue) = 44+240+62=346 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.72% from 346); Green value is 240 (94.14% from 255 or 69.36% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF03E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF03E is #D30FC1. Grayscale: #A1A1A1. Windows color (decimal): -13832130 or 4124716. OLE color: 4124716.
HSL color Cylindrical-coordinate representation of color #2CF03E: hue angle of 125.51º 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 #2CF03E is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 62 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.06 |
| HSL | 125.51º | 0.87% | 0.56% | - |
| HSV(B) | 125.51º | 0.82% | 0.94% | - |
| XYZ | 33.07 | 63.2 | 15.01 | - |
| YUV | 161.1 | 72.07 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 62 | 0.82 | 0 | 0.74 | 0.06 | 125.51 | 0.87 | 0.56 |
| Hex | 2C | F0 | 3E | 52 | 0 | 4A | 6 | 7E | 57 | 38 |
| Octal | 54 | 360 | 76 | 122 | 0 | 112 | 6 | 176 | 127 | 70 |
| Binary | 101100 | 11110000 | 111110 | 1010010 | 0 | 1001010 | 110 | 1111110 | 1010111 | 111000 |
Color Harmonies of #2CF03E
Complementary color
Monochromatic Colors of #2CF03E
Black with #2CF03E
Text Example
Text Example
White with #2CF03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF03E; }
p { color: rgb(44,240,62); }
H1.HeaderClassName
{
color: #2CF03E;
}
.AnyTagClassName
{
color: #2CF03E;
}
</style>
background-color css
<style>
a { background-color: #2CF03E; }
a { background-color: rgb(44,240,62); }
div.DivClassName
{
background-color: #2CF03E;
}
.BgClassName
{
background-color: #2CF03E;
}
</style>
border-color css
<style>
span { border-color: #2CF03E; }
span { border-color: rgb(44,240,62); }
td.TdClassName
{
border-color: #2CF03E;
}
.TagClassName
{
border-color: #2CF03E;
}
</style>