Shades of Lime Green #4CFB34
Tints of Lime Green #4CFB34
RGB
CMYK
RGB Variations
Color information
#4CFB34 (or 0x4CFB34) is known color: Lime Green. HEX triplet: 4C, FB and 34. RGB value is (76,251,52). Sum of RGB (Red+Green+Blue) = 76+251+52=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 251 (98.44% from 255 or 66.23% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB34 is #B304CB. Grayscale: #B0B0B0. Windows color (decimal): -11732172 or 3472204. OLE color: 3472204.
HSL color Cylindrical-coordinate representation of color #4CFB34: hue angle of 112.76º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CFB34 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 52 | - |
| CMYK | 0.70 | 0 | 0.79 | 0.02 |
| HSL | 112.76º | 0.96% | 0.59% | - |
| HSV(B) | 112.76º | 0.79% | 0.98% | - |
| XYZ | 38.1 | 70.78 | 14.9 | - |
| YUV | 175.99 | 58.02 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 52 | 0.70 | 0 | 0.79 | 0.02 | 112.76 | 0.96 | 0.59 |
| Hex | 4C | FB | 34 | 46 | 0 | 4F | 2 | 71 | 60 | 3B |
| Octal | 114 | 373 | 64 | 106 | 0 | 117 | 2 | 161 | 140 | 73 |
| Binary | 1001100 | 11111011 | 110100 | 1000110 | 0 | 1001111 | 10 | 1110001 | 1100000 | 111011 |
Color Harmonies of #4CFB34
Complementary color
Monochromatic Colors of #4CFB34
Black with #4CFB34
Text Example
Text Example
White with #4CFB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB34; }
p { color: rgb(76,251,52); }
H1.HeaderClassName
{
color: #4CFB34;
}
.AnyTagClassName
{
color: #4CFB34;
}
</style>
background-color css
<style>
a { background-color: #4CFB34; }
a { background-color: rgb(76,251,52); }
div.DivClassName
{
background-color: #4CFB34;
}
.BgClassName
{
background-color: #4CFB34;
}
</style>
border-color css
<style>
span { border-color: #4CFB34; }
span { border-color: rgb(76,251,52); }
td.TdClassName
{
border-color: #4CFB34;
}
.TagClassName
{
border-color: #4CFB34;
}
</style>