Shades of Lime Green #4CEF34
Tints of Lime Green #4CEF34
RGB
CMYK
RGB Variations
Color information
#4CEF34 (or 0x4CEF34) is known color: Lime Green. HEX triplet: 4C, EF and 34. RGB value is (76,239,52). Sum of RGB (Red+Green+Blue) = 76+239+52=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 239 (93.75% from 255 or 65.12% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEF34 is #B310CB. Grayscale: #A9A9A9. Windows color (decimal): -11735244 or 3469132. OLE color: 3469132.
HSL color Cylindrical-coordinate representation of color #4CEF34: hue angle of 112.3º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CEF34 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 52 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.06 |
| HSL | 112.3º | 0.85% | 0.57% | - |
| HSV(B) | 112.3º | 0.78% | 0.94% | - |
| XYZ | 34.47 | 63.52 | 13.69 | - |
| YUV | 168.95 | 62 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 52 | 0.68 | 0 | 0.78 | 0.06 | 112.3 | 0.85 | 0.57 |
| Hex | 4C | EF | 34 | 44 | 0 | 4E | 6 | 70 | 55 | 39 |
| Octal | 114 | 357 | 64 | 104 | 0 | 116 | 6 | 160 | 125 | 71 |
| Binary | 1001100 | 11101111 | 110100 | 1000100 | 0 | 1001110 | 110 | 1110000 | 1010101 | 111001 |
Color Harmonies of #4CEF34
Complementary color
Monochromatic Colors of #4CEF34
Black with #4CEF34
Text Example
Text Example
White with #4CEF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF34; }
p { color: rgb(76,239,52); }
H1.HeaderClassName
{
color: #4CEF34;
}
.AnyTagClassName
{
color: #4CEF34;
}
</style>
background-color css
<style>
a { background-color: #4CEF34; }
a { background-color: rgb(76,239,52); }
div.DivClassName
{
background-color: #4CEF34;
}
.BgClassName
{
background-color: #4CEF34;
}
</style>
border-color css
<style>
span { border-color: #4CEF34; }
span { border-color: rgb(76,239,52); }
td.TdClassName
{
border-color: #4CEF34;
}
.TagClassName
{
border-color: #4CEF34;
}
</style>