Shades of Lime Green #4FCE34
Tints of Lime Green #4FCE34
RGB
CMYK
RGB Variations
Color information
#4FCE34 (or 0x4FCE34) is known color: Lime Green. HEX triplet: 4F, CE and 34. RGB value is (79,206,52). Sum of RGB (Red+Green+Blue) = 79+206+52=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 206 (80.86% from 255 or 61.13% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 206 - color contains mainly: green. Hex color #4FCE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCE34 is #B031CB. Grayscale: #969696. Windows color (decimal): -11547084 or 3460687. OLE color: 3460687.
HSL color Cylindrical-coordinate representation of color #4FCE34: hue angle of 109.48º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FCE34 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 206 | 52 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.19 |
| HSL | 109.48º | 0.61% | 0.51% | - |
| HSV(B) | 109.48º | 0.75% | 0.81% | - |
| XYZ | 25.92 | 46.05 | 10.77 | - |
| YUV | 150.47 | 72.42 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 52 | 0.62 | 0 | 0.75 | 0.19 | 109.48 | 0.61 | 0.51 |
| Hex | 4F | CE | 34 | 3E | 0 | 4B | 13 | 6D | 3D | 33 |
| Octal | 117 | 316 | 64 | 76 | 0 | 113 | 23 | 155 | 75 | 63 |
| Binary | 1001111 | 11001110 | 110100 | 111110 | 0 | 1001011 | 10011 | 1101101 | 111101 | 110011 |
Color Harmonies of #4FCE34
Complementary color
Monochromatic Colors of #4FCE34
Black with #4FCE34
Text Example
Text Example
White with #4FCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCE34; }
p { color: rgb(79,206,52); }
H1.HeaderClassName
{
color: #4FCE34;
}
.AnyTagClassName
{
color: #4FCE34;
}
</style>
background-color css
<style>
a { background-color: #4FCE34; }
a { background-color: rgb(79,206,52); }
div.DivClassName
{
background-color: #4FCE34;
}
.BgClassName
{
background-color: #4FCE34;
}
</style>
border-color css
<style>
span { border-color: #4FCE34; }
span { border-color: rgb(79,206,52); }
td.TdClassName
{
border-color: #4FCE34;
}
.TagClassName
{
border-color: #4FCE34;
}
</style>