Shades of Lime Green #4FE34B
Tints of Lime Green #4FE34B
RGB
CMYK
RGB Variations
Color information
#4FE34B (or 0x4FE34B) is known color: Lime Green. HEX triplet: 4F, E3 and 4B. RGB value is (79,227,75). Sum of RGB (Red+Green+Blue) = 79+227+75=381 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.73% from 381); Green value is 227 (89.06% from 255 or 59.58% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 227 - color contains mainly: green. Hex color #4FE34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE34B is #B01CB4. Grayscale: #A5A5A5. Windows color (decimal): -11541685 or 4973391. OLE color: 4973391.
HSL color Cylindrical-coordinate representation of color #4FE34B: hue angle of 118.42º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FE34B is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 227 | 75 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.11 |
| HSL | 118.42º | 0.73% | 0.59% | - |
| HSV(B) | 118.42º | 0.67% | 0.89% | - |
| XYZ | 31.96 | 57.11 | 15.99 | - |
| YUV | 165.42 | 76.97 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 227 | 75 | 0.65 | 0 | 0.67 | 0.11 | 118.42 | 0.73 | 0.59 |
| Hex | 4F | E3 | 4B | 41 | 0 | 43 | B | 76 | 49 | 3B |
| Octal | 117 | 343 | 113 | 101 | 0 | 103 | 13 | 166 | 111 | 73 |
| Binary | 1001111 | 11100011 | 1001011 | 1000001 | 0 | 1000011 | 1011 | 1110110 | 1001001 | 111011 |
Color Harmonies of #4FE34B
Complementary color
Monochromatic Colors of #4FE34B
Black with #4FE34B
Text Example
Text Example
White with #4FE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE34B; }
p { color: rgb(79,227,75); }
H1.HeaderClassName
{
color: #4FE34B;
}
.AnyTagClassName
{
color: #4FE34B;
}
</style>
background-color css
<style>
a { background-color: #4FE34B; }
a { background-color: rgb(79,227,75); }
div.DivClassName
{
background-color: #4FE34B;
}
.BgClassName
{
background-color: #4FE34B;
}
</style>
border-color css
<style>
span { border-color: #4FE34B; }
span { border-color: rgb(79,227,75); }
td.TdClassName
{
border-color: #4FE34B;
}
.TagClassName
{
border-color: #4FE34B;
}
</style>