Shades of Lime Green #4FF33A
Tints of Lime Green #4FF33A
RGB
CMYK
RGB Variations
Color information
#4FF33A (or 0x4FF33A) is known color: Lime Green. HEX triplet: 4F, F3 and 3A. RGB value is (79,243,58). Sum of RGB (Red+Green+Blue) = 79+243+58=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF33A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF33A is #B00CC5. Grayscale: #ADADAD. Windows color (decimal): -11537606 or 3863375. OLE color: 3863375.
HSL color Cylindrical-coordinate representation of color #4FF33A: hue angle of 113.19º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4FF33A is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 243 | 58 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.05 |
| HSL | 113.19º | 0.89% | 0.59% | - |
| HSV(B) | 113.19º | 0.76% | 0.95% | - |
| XYZ | 36.04 | 66.07 | 14.86 | - |
| YUV | 172.87 | 63.17 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 243 | 58 | 0.67 | 0 | 0.76 | 0.05 | 113.19 | 0.89 | 0.59 |
| Hex | 4F | F3 | 3A | 43 | 0 | 4C | 5 | 71 | 59 | 3B |
| Octal | 117 | 363 | 72 | 103 | 0 | 114 | 5 | 161 | 131 | 73 |
| Binary | 1001111 | 11110011 | 111010 | 1000011 | 0 | 1001100 | 101 | 1110001 | 1011001 | 111011 |
Color Harmonies of #4FF33A
Complementary color
Monochromatic Colors of #4FF33A
Black with #4FF33A
Text Example
Text Example
White with #4FF33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF33A; }
p { color: rgb(79,243,58); }
H1.HeaderClassName
{
color: #4FF33A;
}
.AnyTagClassName
{
color: #4FF33A;
}
</style>
background-color css
<style>
a { background-color: #4FF33A; }
a { background-color: rgb(79,243,58); }
div.DivClassName
{
background-color: #4FF33A;
}
.BgClassName
{
background-color: #4FF33A;
}
</style>
border-color css
<style>
span { border-color: #4FF33A; }
span { border-color: rgb(79,243,58); }
td.TdClassName
{
border-color: #4FF33A;
}
.TagClassName
{
border-color: #4FF33A;
}
</style>