Shades of Lime Green #4CEE3D
Tints of Lime Green #4CEE3D
RGB
CMYK
RGB Variations
Color information
#4CEE3D (or 0x4CEE3D) is known color: Lime Green. HEX triplet: 4C, EE and 3D. RGB value is (76,238,61). Sum of RGB (Red+Green+Blue) = 76+238+61=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 238 (93.36% from 255 or 63.47% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEE3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEE3D is #B311C2. Grayscale: #A9A9A9. Windows color (decimal): -11735491 or 4058700. OLE color: 4058700.
HSL color Cylindrical-coordinate representation of color #4CEE3D: hue angle of 114.92º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4CEE3D is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 61 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.07 |
| HSL | 114.92º | 0.84% | 0.59% | - |
| HSV(B) | 114.92º | 0.74% | 0.93% | - |
| XYZ | 34.4 | 63.02 | 14.77 | - |
| YUV | 169.38 | 66.83 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 61 | 0.68 | 0 | 0.74 | 0.07 | 114.92 | 0.84 | 0.59 |
| Hex | 4C | EE | 3D | 44 | 0 | 4A | 7 | 73 | 54 | 3B |
| Octal | 114 | 356 | 75 | 104 | 0 | 112 | 7 | 163 | 124 | 73 |
| Binary | 1001100 | 11101110 | 111101 | 1000100 | 0 | 1001010 | 111 | 1110011 | 1010100 | 111011 |
Color Harmonies of #4CEE3D
Complementary color
Monochromatic Colors of #4CEE3D
Black with #4CEE3D
Text Example
Text Example
White with #4CEE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEE3D; }
p { color: rgb(76,238,61); }
H1.HeaderClassName
{
color: #4CEE3D;
}
.AnyTagClassName
{
color: #4CEE3D;
}
</style>
background-color css
<style>
a { background-color: #4CEE3D; }
a { background-color: rgb(76,238,61); }
div.DivClassName
{
background-color: #4CEE3D;
}
.BgClassName
{
background-color: #4CEE3D;
}
</style>
border-color css
<style>
span { border-color: #4CEE3D; }
span { border-color: rgb(76,238,61); }
td.TdClassName
{
border-color: #4CEE3D;
}
.TagClassName
{
border-color: #4CEE3D;
}
</style>