Shades of Lime Green #4CCF38
Tints of Lime Green #4CCF38
RGB
CMYK
RGB Variations
Color information
#4CCF38 (or 0x4CCF38) is known color: Lime Green. HEX triplet: 4C, CF and 38. RGB value is (76,207,56). Sum of RGB (Red+Green+Blue) = 76+207+56=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCF38 is #B330C7. Grayscale: #979797. Windows color (decimal): -11743432 or 3723084. OLE color: 3723084.
HSL color Cylindrical-coordinate representation of color #4CCF38: hue angle of 112.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4CCF38 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 56 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.19 |
| HSL | 112.05º | 0.61% | 0.52% | - |
| HSV(B) | 112.05º | 0.73% | 0.81% | - |
| XYZ | 26.01 | 46.45 | 11.34 | - |
| YUV | 150.62 | 74.6 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 56 | 0.63 | 0 | 0.73 | 0.19 | 112.05 | 0.61 | 0.52 |
| Hex | 4C | CF | 38 | 3F | 0 | 49 | 13 | 70 | 3D | 34 |
| Octal | 114 | 317 | 70 | 77 | 0 | 111 | 23 | 160 | 75 | 64 |
| Binary | 1001100 | 11001111 | 111000 | 111111 | 0 | 1001001 | 10011 | 1110000 | 111101 | 110100 |
Color Harmonies of #4CCF38
Complementary color
Monochromatic Colors of #4CCF38
Black with #4CCF38
Text Example
Text Example
White with #4CCF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCF38; }
p { color: rgb(76,207,56); }
H1.HeaderClassName
{
color: #4CCF38;
}
.AnyTagClassName
{
color: #4CCF38;
}
</style>
background-color css
<style>
a { background-color: #4CCF38; }
a { background-color: rgb(76,207,56); }
div.DivClassName
{
background-color: #4CCF38;
}
.BgClassName
{
background-color: #4CCF38;
}
</style>
border-color css
<style>
span { border-color: #4CCF38; }
span { border-color: rgb(76,207,56); }
td.TdClassName
{
border-color: #4CCF38;
}
.TagClassName
{
border-color: #4CCF38;
}
</style>