Shades of Lime Green #2CEF34
Tints of Lime Green #2CEF34
RGB
CMYK
RGB Variations
Color information
#2CEF34 (or 0x2CEF34) is known color: Lime Green. HEX triplet: 2C, EF and 34. RGB value is (44,239,52). Sum of RGB (Red+Green+Blue) = 44+239+52=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF34 is #D310CB. Grayscale: #9F9F9F. Windows color (decimal): -13832396 or 3469100. OLE color: 3469100.
HSL color Cylindrical-coordinate representation of color #2CEF34: hue angle of 122.46º 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 #2CEF34 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 52 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.06 |
| HSL | 122.46º | 0.86% | 0.55% | - |
| HSV(B) | 122.46º | 0.82% | 0.94% | - |
| XYZ | 32.53 | 62.52 | 13.6 | - |
| YUV | 159.38 | 67.4 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 52 | 0.82 | 0 | 0.78 | 0.06 | 122.46 | 0.86 | 0.55 |
| Hex | 2C | EF | 34 | 52 | 0 | 4E | 6 | 7A | 56 | 37 |
| Octal | 54 | 357 | 64 | 122 | 0 | 116 | 6 | 172 | 126 | 67 |
| Binary | 101100 | 11101111 | 110100 | 1010010 | 0 | 1001110 | 110 | 1111010 | 1010110 | 110111 |
Color Harmonies of #2CEF34
Complementary color
Monochromatic Colors of #2CEF34
Black with #2CEF34
Text Example
Text Example
White with #2CEF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF34; }
p { color: rgb(44,239,52); }
H1.HeaderClassName
{
color: #2CEF34;
}
.AnyTagClassName
{
color: #2CEF34;
}
</style>
background-color css
<style>
a { background-color: #2CEF34; }
a { background-color: rgb(44,239,52); }
div.DivClassName
{
background-color: #2CEF34;
}
.BgClassName
{
background-color: #2CEF34;
}
</style>
border-color css
<style>
span { border-color: #2CEF34; }
span { border-color: rgb(44,239,52); }
td.TdClassName
{
border-color: #2CEF34;
}
.TagClassName
{
border-color: #2CEF34;
}
</style>