Shades of Lime Green #4CF936
Tints of Lime Green #4CF936
RGB
CMYK
RGB Variations
Color information
#4CF936 (or 0x4CF936) is known color: Lime Green. HEX triplet: 4C, F9 and 36. RGB value is (76,249,54). Sum of RGB (Red+Green+Blue) = 76+249+54=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF936 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF936 is #B306C9. Grayscale: #AFAFAF. Windows color (decimal): -11732682 or 3602764. OLE color: 3602764.
HSL color Cylindrical-coordinate representation of color #4CF936: hue angle of 113.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CF936 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 54 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.02 |
| HSL | 113.23º | 0.94% | 0.59% | - |
| HSV(B) | 113.23º | 0.78% | 0.98% | - |
| XYZ | 37.52 | 69.55 | 14.94 | - |
| YUV | 175.04 | 59.69 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 54 | 0.69 | 0 | 0.78 | 0.02 | 113.23 | 0.94 | 0.59 |
| Hex | 4C | F9 | 36 | 45 | 0 | 4E | 2 | 71 | 5E | 3B |
| Octal | 114 | 371 | 66 | 105 | 0 | 116 | 2 | 161 | 136 | 73 |
| Binary | 1001100 | 11111001 | 110110 | 1000101 | 0 | 1001110 | 10 | 1110001 | 1011110 | 111011 |
Color Harmonies of #4CF936
Complementary color
Monochromatic Colors of #4CF936
Black with #4CF936
Text Example
Text Example
White with #4CF936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF936; }
p { color: rgb(76,249,54); }
H1.HeaderClassName
{
color: #4CF936;
}
.AnyTagClassName
{
color: #4CF936;
}
</style>
background-color css
<style>
a { background-color: #4CF936; }
a { background-color: rgb(76,249,54); }
div.DivClassName
{
background-color: #4CF936;
}
.BgClassName
{
background-color: #4CF936;
}
</style>
border-color css
<style>
span { border-color: #4CF936; }
span { border-color: rgb(76,249,54); }
td.TdClassName
{
border-color: #4CF936;
}
.TagClassName
{
border-color: #4CF936;
}
</style>