Shades of Lime Green #4CF237
Tints of Lime Green #4CF237
RGB
CMYK
RGB Variations
Color information
#4CF237 (or 0x4CF237) is known color: Lime Green. HEX triplet: 4C, F2 and 37. RGB value is (76,242,55). Sum of RGB (Red+Green+Blue) = 76+242+55=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF237 is #B30DC8. Grayscale: #ABABAB. Windows color (decimal): -11734473 or 3666508. OLE color: 3666508.
HSL color Cylindrical-coordinate representation of color #4CF237: hue angle of 113.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4CF237 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 55 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.05 |
| HSL | 113.26º | 0.88% | 0.58% | - |
| HSV(B) | 113.26º | 0.77% | 0.95% | - |
| XYZ | 35.42 | 65.32 | 14.35 | - |
| YUV | 171.05 | 62.5 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 55 | 0.69 | 0 | 0.77 | 0.05 | 113.26 | 0.88 | 0.58 |
| Hex | 4C | F2 | 37 | 45 | 0 | 4D | 5 | 71 | 58 | 3A |
| Octal | 114 | 362 | 67 | 105 | 0 | 115 | 5 | 161 | 130 | 72 |
| Binary | 1001100 | 11110010 | 110111 | 1000101 | 0 | 1001101 | 101 | 1110001 | 1011000 | 111010 |
Color Harmonies of #4CF237
Complementary color
Monochromatic Colors of #4CF237
Black with #4CF237
Text Example
Text Example
White with #4CF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF237; }
p { color: rgb(76,242,55); }
H1.HeaderClassName
{
color: #4CF237;
}
.AnyTagClassName
{
color: #4CF237;
}
</style>
background-color css
<style>
a { background-color: #4CF237; }
a { background-color: rgb(76,242,55); }
div.DivClassName
{
background-color: #4CF237;
}
.BgClassName
{
background-color: #4CF237;
}
</style>
border-color css
<style>
span { border-color: #4CF237; }
span { border-color: rgb(76,242,55); }
td.TdClassName
{
border-color: #4CF237;
}
.TagClassName
{
border-color: #4CF237;
}
</style>