Shades of Lime Green #4CF32D
Tints of Lime Green #4CF32D
RGB
CMYK
RGB Variations
Color information
#4CF32D (or 0x4CF32D) is known color: Lime Green. HEX triplet: 4C, F3 and 2D. RGB value is (76,243,45). Sum of RGB (Red+Green+Blue) = 76+243+45=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 243 (95.31% from 255 or 66.76% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 243 - color contains mainly: green. Hex color #4CF32D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF32D is #B30CD2. Grayscale: #ABABAB. Windows color (decimal): -11734227 or 3011404. OLE color: 3011404.
HSL color Cylindrical-coordinate representation of color #4CF32D: hue angle of 110.61º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CF32D is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 243 | 45 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.05 |
| HSL | 110.61º | 0.89% | 0.56% | - |
| HSV(B) | 110.61º | 0.81% | 0.95% | - |
| XYZ | 35.5 | 65.83 | 13.32 | - |
| YUV | 170.5 | 57.17 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 243 | 45 | 0.69 | 0 | 0.81 | 0.05 | 110.61 | 0.89 | 0.56 |
| Hex | 4C | F3 | 2D | 45 | 0 | 51 | 5 | 6F | 59 | 38 |
| Octal | 114 | 363 | 55 | 105 | 0 | 121 | 5 | 157 | 131 | 70 |
| Binary | 1001100 | 11110011 | 101101 | 1000101 | 0 | 1010001 | 101 | 1101111 | 1011001 | 111000 |
Color Harmonies of #4CF32D
Complementary color
Monochromatic Colors of #4CF32D
Black with #4CF32D
Text Example
Text Example
White with #4CF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF32D; }
p { color: rgb(76,243,45); }
H1.HeaderClassName
{
color: #4CF32D;
}
.AnyTagClassName
{
color: #4CF32D;
}
</style>
background-color css
<style>
a { background-color: #4CF32D; }
a { background-color: rgb(76,243,45); }
div.DivClassName
{
background-color: #4CF32D;
}
.BgClassName
{
background-color: #4CF32D;
}
</style>
border-color css
<style>
span { border-color: #4CF32D; }
span { border-color: rgb(76,243,45); }
td.TdClassName
{
border-color: #4CF32D;
}
.TagClassName
{
border-color: #4CF32D;
}
</style>