Shades of Lime Green #4CEF33
Tints of Lime Green #4CEF33
RGB
CMYK
RGB Variations
Color information
#4CEF33 (or 0x4CEF33) is known color: Lime Green. HEX triplet: 4C, EF and 33. RGB value is (76,239,51). Sum of RGB (Red+Green+Blue) = 76+239+51=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 239 (93.75% from 255 or 65.30% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEF33 is #B310CC. Grayscale: #A9A9A9. Windows color (decimal): -11735245 or 3403596. OLE color: 3403596.
HSL color Cylindrical-coordinate representation of color #4CEF33: hue angle of 112.02º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CEF33 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 51 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.06 |
| HSL | 112.02º | 0.85% | 0.57% | - |
| HSV(B) | 112.02º | 0.79% | 0.94% | - |
| XYZ | 34.44 | 63.51 | 13.57 | - |
| YUV | 168.83 | 61.5 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 51 | 0.68 | 0 | 0.79 | 0.06 | 112.02 | 0.85 | 0.57 |
| Hex | 4C | EF | 33 | 44 | 0 | 4F | 6 | 70 | 55 | 39 |
| Octal | 114 | 357 | 63 | 104 | 0 | 117 | 6 | 160 | 125 | 71 |
| Binary | 1001100 | 11101111 | 110011 | 1000100 | 0 | 1001111 | 110 | 1110000 | 1010101 | 111001 |
Color Harmonies of #4CEF33
Complementary color
Monochromatic Colors of #4CEF33
Black with #4CEF33
Text Example
Text Example
White with #4CEF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF33; }
p { color: rgb(76,239,51); }
H1.HeaderClassName
{
color: #4CEF33;
}
.AnyTagClassName
{
color: #4CEF33;
}
</style>
background-color css
<style>
a { background-color: #4CEF33; }
a { background-color: rgb(76,239,51); }
div.DivClassName
{
background-color: #4CEF33;
}
.BgClassName
{
background-color: #4CEF33;
}
</style>
border-color css
<style>
span { border-color: #4CEF33; }
span { border-color: rgb(76,239,51); }
td.TdClassName
{
border-color: #4CEF33;
}
.TagClassName
{
border-color: #4CEF33;
}
</style>