Shades of Lime Green #2CEF26
Tints of Lime Green #2CEF26
RGB
CMYK
RGB Variations
Color information
#2CEF26 (or 0x2CEF26) is known color: Lime Green. HEX triplet: 2C, EF and 26. RGB value is (44,239,38). Sum of RGB (Red+Green+Blue) = 44+239+38=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 239 (93.75% from 255 or 74.45% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF26 is #D310D9. Grayscale: #9E9E9E. Windows color (decimal): -13832410 or 2551596. OLE color: 2551596.
HSL color Cylindrical-coordinate representation of color #2CEF26: hue angle of 118.21º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CEF26 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 38 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.06 |
| HSL | 118.21º | 0.86% | 0.54% | - |
| HSV(B) | 118.21º | 0.84% | 0.94% | - |
| XYZ | 32.26 | 62.41 | 12.18 | - |
| YUV | 157.78 | 60.4 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 38 | 0.82 | 0 | 0.84 | 0.06 | 118.21 | 0.86 | 0.54 |
| Hex | 2C | EF | 26 | 52 | 0 | 54 | 6 | 76 | 56 | 36 |
| Octal | 54 | 357 | 46 | 122 | 0 | 124 | 6 | 166 | 126 | 66 |
| Binary | 101100 | 11101111 | 100110 | 1010010 | 0 | 1010100 | 110 | 1110110 | 1010110 | 110110 |
Color Harmonies of #2CEF26
Complementary color
Monochromatic Colors of #2CEF26
Black with #2CEF26
Text Example
Text Example
White with #2CEF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF26; }
p { color: rgb(44,239,38); }
H1.HeaderClassName
{
color: #2CEF26;
}
.AnyTagClassName
{
color: #2CEF26;
}
</style>
background-color css
<style>
a { background-color: #2CEF26; }
a { background-color: rgb(44,239,38); }
div.DivClassName
{
background-color: #2CEF26;
}
.BgClassName
{
background-color: #2CEF26;
}
</style>
border-color css
<style>
span { border-color: #2CEF26; }
span { border-color: rgb(44,239,38); }
td.TdClassName
{
border-color: #2CEF26;
}
.TagClassName
{
border-color: #2CEF26;
}
</style>