Shades of Lime Green #2CE947
Tints of Lime Green #2CE947
RGB
CMYK
RGB Variations
Color information
#2CE947 (or 0x2CE947) is known color: Lime Green. HEX triplet: 2C, E9 and 47. RGB value is (44,233,71). Sum of RGB (Red+Green+Blue) = 44+233+71=348 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.64% from 348); Green value is 233 (91.41% from 255 or 66.95% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE947 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE947 is #D316B8. Grayscale: #9E9E9E. Windows color (decimal): -13833913 or 4712748. OLE color: 4712748.
HSL color Cylindrical-coordinate representation of color #2CE947: hue angle of 128.57º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE947 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 71 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.09 |
| HSL | 128.57º | 0.81% | 0.54% | - |
| HSV(B) | 128.57º | 0.81% | 0.91% | - |
| XYZ | 31.31 | 59.27 | 15.75 | - |
| YUV | 158.02 | 78.88 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 71 | 0.81 | 0 | 0.70 | 0.09 | 128.57 | 0.81 | 0.54 |
| Hex | 2C | E9 | 47 | 51 | 0 | 46 | 9 | 81 | 51 | 36 |
| Octal | 54 | 351 | 107 | 121 | 0 | 106 | 11 | 201 | 121 | 66 |
| Binary | 101100 | 11101001 | 1000111 | 1010001 | 0 | 1000110 | 1001 | 10000001 | 1010001 | 110110 |
Color Harmonies of #2CE947
Complementary color
Monochromatic Colors of #2CE947
Black with #2CE947
Text Example
Text Example
White with #2CE947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE947; }
p { color: rgb(44,233,71); }
H1.HeaderClassName
{
color: #2CE947;
}
.AnyTagClassName
{
color: #2CE947;
}
</style>
background-color css
<style>
a { background-color: #2CE947; }
a { background-color: rgb(44,233,71); }
div.DivClassName
{
background-color: #2CE947;
}
.BgClassName
{
background-color: #2CE947;
}
</style>
border-color css
<style>
span { border-color: #2CE947; }
span { border-color: rgb(44,233,71); }
td.TdClassName
{
border-color: #2CE947;
}
.TagClassName
{
border-color: #2CE947;
}
</style>