Shades of Lime Green #2CE949
Tints of Lime Green #2CE949
RGB
CMYK
RGB Variations
Color information
#2CE949 (or 0x2CE949) is known color: Lime Green. HEX triplet: 2C, E9 and 49. RGB value is (44,233,73). Sum of RGB (Red+Green+Blue) = 44+233+73=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 233 (91.41% from 255 or 66.57% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE949 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE949 is #D316B6. Grayscale: #9E9E9E. Windows color (decimal): -13833911 or 4843820. OLE color: 4843820.
HSL color Cylindrical-coordinate representation of color #2CE949: hue angle of 129.21º 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 #2CE949 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 73 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.09 |
| HSL | 129.21º | 0.81% | 0.54% | - |
| HSV(B) | 129.21º | 0.81% | 0.91% | - |
| XYZ | 31.38 | 59.29 | 16.09 | - |
| YUV | 158.25 | 79.88 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 73 | 0.81 | 0 | 0.69 | 0.09 | 129.21 | 0.81 | 0.54 |
| Hex | 2C | E9 | 49 | 51 | 0 | 45 | 9 | 81 | 51 | 36 |
| Octal | 54 | 351 | 111 | 121 | 0 | 105 | 11 | 201 | 121 | 66 |
| Binary | 101100 | 11101001 | 1001001 | 1010001 | 0 | 1000101 | 1001 | 10000001 | 1010001 | 110110 |
Color Harmonies of #2CE949
Complementary color
Monochromatic Colors of #2CE949
Black with #2CE949
Text Example
Text Example
White with #2CE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE949; }
p { color: rgb(44,233,73); }
H1.HeaderClassName
{
color: #2CE949;
}
.AnyTagClassName
{
color: #2CE949;
}
</style>
background-color css
<style>
a { background-color: #2CE949; }
a { background-color: rgb(44,233,73); }
div.DivClassName
{
background-color: #2CE949;
}
.BgClassName
{
background-color: #2CE949;
}
</style>
border-color css
<style>
span { border-color: #2CE949; }
span { border-color: rgb(44,233,73); }
td.TdClassName
{
border-color: #2CE949;
}
.TagClassName
{
border-color: #2CE949;
}
</style>