Shades of Lime Green #3CC044
Tints of Lime Green #3CC044
RGB
CMYK
RGB Variations
Color information
#3CC044 (or 0x3CC044) is known color: Lime Green. HEX triplet: 3C, C0 and 44. RGB value is (60,192,68). Sum of RGB (Red+Green+Blue) = 60+192+68=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC044 is #C33FBB. Grayscale: #8A8A8A. Windows color (decimal): -12795836 or 4505660. OLE color: 4505660.
HSL color Cylindrical-coordinate representation of color #3CC044: hue angle of 123.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC044 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 68 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.25 |
| HSL | 123.64º | 0.52% | 0.49% | - |
| HSV(B) | 123.64º | 0.69% | 0.75% | - |
| XYZ | 21.76 | 39.08 | 11.86 | - |
| YUV | 138.4 | 88.27 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 68 | 0.69 | 0 | 0.65 | 0.25 | 123.64 | 0.52 | 0.49 |
| Hex | 3C | C0 | 44 | 45 | 0 | 41 | 19 | 7C | 34 | 31 |
| Octal | 74 | 300 | 104 | 105 | 0 | 101 | 31 | 174 | 64 | 61 |
| Binary | 111100 | 11000000 | 1000100 | 1000101 | 0 | 1000001 | 11001 | 1111100 | 110100 | 110001 |
Color Harmonies of #3CC044
Complementary color
Monochromatic Colors of #3CC044
Black with #3CC044
Text Example
Text Example
White with #3CC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC044; }
p { color: rgb(60,192,68); }
H1.HeaderClassName
{
color: #3CC044;
}
.AnyTagClassName
{
color: #3CC044;
}
</style>
background-color css
<style>
a { background-color: #3CC044; }
a { background-color: rgb(60,192,68); }
div.DivClassName
{
background-color: #3CC044;
}
.BgClassName
{
background-color: #3CC044;
}
</style>
border-color css
<style>
span { border-color: #3CC044; }
span { border-color: rgb(60,192,68); }
td.TdClassName
{
border-color: #3CC044;
}
.TagClassName
{
border-color: #3CC044;
}
</style>