Shades of Lime Green #4CF133
Tints of Lime Green #4CF133
RGB
CMYK
RGB Variations
Color information
#4CF133 (or 0x4CF133) is known color: Lime Green. HEX triplet: 4C, F1 and 33. RGB value is (76,241,51). Sum of RGB (Red+Green+Blue) = 76+241+51=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF133 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF133 is #B30ECC. Grayscale: #AAAAAA. Windows color (decimal): -11734733 or 3404108. OLE color: 3404108.
HSL color Cylindrical-coordinate representation of color #4CF133: hue angle of 112.11º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CF133 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 241 | 51 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.05 |
| HSL | 112.11º | 0.87% | 0.57% | - |
| HSV(B) | 112.11º | 0.79% | 0.95% | - |
| XYZ | 35.03 | 64.69 | 13.77 | - |
| YUV | 170.01 | 60.84 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 241 | 51 | 0.68 | 0 | 0.79 | 0.05 | 112.11 | 0.87 | 0.57 |
| Hex | 4C | F1 | 33 | 44 | 0 | 4F | 5 | 70 | 57 | 39 |
| Octal | 114 | 361 | 63 | 104 | 0 | 117 | 5 | 160 | 127 | 71 |
| Binary | 1001100 | 11110001 | 110011 | 1000100 | 0 | 1001111 | 101 | 1110000 | 1010111 | 111001 |
Color Harmonies of #4CF133
Complementary color
Monochromatic Colors of #4CF133
Black with #4CF133
Text Example
Text Example
White with #4CF133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF133; }
p { color: rgb(76,241,51); }
H1.HeaderClassName
{
color: #4CF133;
}
.AnyTagClassName
{
color: #4CF133;
}
</style>
background-color css
<style>
a { background-color: #4CF133; }
a { background-color: rgb(76,241,51); }
div.DivClassName
{
background-color: #4CF133;
}
.BgClassName
{
background-color: #4CF133;
}
</style>
border-color css
<style>
span { border-color: #4CF133; }
span { border-color: rgb(76,241,51); }
td.TdClassName
{
border-color: #4CF133;
}
.TagClassName
{
border-color: #4CF133;
}
</style>