Shades of Lime Green #2CEF44
Tints of Lime Green #2CEF44
RGB
CMYK
RGB Variations
Color information
#2CEF44 (or 0x2CEF44) is known color: Lime Green. HEX triplet: 2C, EF and 44. RGB value is (44,239,68). Sum of RGB (Red+Green+Blue) = 44+239+68=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 239 (93.75% from 255 or 68.09% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF44 is #D310BB. Grayscale: #A1A1A1. Windows color (decimal): -13832380 or 4517676. OLE color: 4517676.
HSL color Cylindrical-coordinate representation of color #2CEF44: hue angle of 127.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEF44 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 68 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.06 |
| HSL | 127.38º | 0.86% | 0.55% | - |
| HSV(B) | 127.38º | 0.82% | 0.94% | - |
| XYZ | 32.95 | 62.69 | 15.83 | - |
| YUV | 161.2 | 75.4 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 68 | 0.82 | 0 | 0.72 | 0.06 | 127.38 | 0.86 | 0.55 |
| Hex | 2C | EF | 44 | 52 | 0 | 48 | 6 | 7F | 56 | 37 |
| Octal | 54 | 357 | 104 | 122 | 0 | 110 | 6 | 177 | 126 | 67 |
| Binary | 101100 | 11101111 | 1000100 | 1010010 | 0 | 1001000 | 110 | 1111111 | 1010110 | 110111 |
Color Harmonies of #2CEF44
Complementary color
Monochromatic Colors of #2CEF44
Black with #2CEF44
Text Example
Text Example
White with #2CEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF44; }
p { color: rgb(44,239,68); }
H1.HeaderClassName
{
color: #2CEF44;
}
.AnyTagClassName
{
color: #2CEF44;
}
</style>
background-color css
<style>
a { background-color: #2CEF44; }
a { background-color: rgb(44,239,68); }
div.DivClassName
{
background-color: #2CEF44;
}
.BgClassName
{
background-color: #2CEF44;
}
</style>
border-color css
<style>
span { border-color: #2CEF44; }
span { border-color: rgb(44,239,68); }
td.TdClassName
{
border-color: #2CEF44;
}
.TagClassName
{
border-color: #2CEF44;
}
</style>