Shades of Lime Green #2CEF45
Tints of Lime Green #2CEF45
RGB
CMYK
RGB Variations
Color information
#2CEF45 (or 0x2CEF45) is known color: Lime Green. HEX triplet: 2C, EF and 45. RGB value is (44,239,69). Sum of RGB (Red+Green+Blue) = 44+239+69=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 239 (93.75% from 255 or 67.90% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF45 is #D310BA. Grayscale: #A1A1A1. Windows color (decimal): -13832379 or 4583212. OLE color: 4583212.
HSL color Cylindrical-coordinate representation of color #2CEF45: hue angle of 127.69º 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 #2CEF45 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 69 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.06 |
| HSL | 127.69º | 0.86% | 0.55% | - |
| HSV(B) | 127.69º | 0.82% | 0.94% | - |
| XYZ | 32.98 | 62.7 | 15.99 | - |
| YUV | 161.32 | 75.9 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 69 | 0.82 | 0 | 0.71 | 0.06 | 127.69 | 0.86 | 0.55 |
| Hex | 2C | EF | 45 | 52 | 0 | 47 | 6 | 80 | 56 | 37 |
| Octal | 54 | 357 | 105 | 122 | 0 | 107 | 6 | 200 | 126 | 67 |
| Binary | 101100 | 11101111 | 1000101 | 1010010 | 0 | 1000111 | 110 | 10000000 | 1010110 | 110111 |
Color Harmonies of #2CEF45
Complementary color
Monochromatic Colors of #2CEF45
Black with #2CEF45
Text Example
Text Example
White with #2CEF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF45; }
p { color: rgb(44,239,69); }
H1.HeaderClassName
{
color: #2CEF45;
}
.AnyTagClassName
{
color: #2CEF45;
}
</style>
background-color css
<style>
a { background-color: #2CEF45; }
a { background-color: rgb(44,239,69); }
div.DivClassName
{
background-color: #2CEF45;
}
.BgClassName
{
background-color: #2CEF45;
}
</style>
border-color css
<style>
span { border-color: #2CEF45; }
span { border-color: rgb(44,239,69); }
td.TdClassName
{
border-color: #2CEF45;
}
.TagClassName
{
border-color: #2CEF45;
}
</style>