Shades of Lime Green #4FEF34
Tints of Lime Green #4FEF34
RGB
CMYK
RGB Variations
Color information
#4FEF34 (or 0x4FEF34) is known color: Lime Green. HEX triplet: 4F, EF and 34. RGB value is (79,239,52). Sum of RGB (Red+Green+Blue) = 79+239+52=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 239 (93.75% from 255 or 64.59% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEF34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEF34 is #B010CB. Grayscale: #AAAAAA. Windows color (decimal): -11538636 or 3469135. OLE color: 3469135.
HSL color Cylindrical-coordinate representation of color #4FEF34: hue angle of 111.34º 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 #4FEF34 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 239 | 52 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.06 |
| HSL | 111.34º | 0.85% | 0.57% | - |
| HSV(B) | 111.34º | 0.78% | 0.94% | - |
| XYZ | 34.71 | 63.64 | 13.7 | - |
| YUV | 169.84 | 61.49 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 239 | 52 | 0.67 | 0 | 0.78 | 0.06 | 111.34 | 0.85 | 0.57 |
| Hex | 4F | EF | 34 | 43 | 0 | 4E | 6 | 6F | 55 | 39 |
| Octal | 117 | 357 | 64 | 103 | 0 | 116 | 6 | 157 | 125 | 71 |
| Binary | 1001111 | 11101111 | 110100 | 1000011 | 0 | 1001110 | 110 | 1101111 | 1010101 | 111001 |
Color Harmonies of #4FEF34
Complementary color
Monochromatic Colors of #4FEF34
Black with #4FEF34
Text Example
Text Example
White with #4FEF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEF34; }
p { color: rgb(79,239,52); }
H1.HeaderClassName
{
color: #4FEF34;
}
.AnyTagClassName
{
color: #4FEF34;
}
</style>
background-color css
<style>
a { background-color: #4FEF34; }
a { background-color: rgb(79,239,52); }
div.DivClassName
{
background-color: #4FEF34;
}
.BgClassName
{
background-color: #4FEF34;
}
</style>
border-color css
<style>
span { border-color: #4FEF34; }
span { border-color: rgb(79,239,52); }
td.TdClassName
{
border-color: #4FEF34;
}
.TagClassName
{
border-color: #4FEF34;
}
</style>