Shades of Lime Green #3CC451
Tints of Lime Green #3CC451
RGB
CMYK
RGB Variations
Color information
#3CC451 (or 0x3CC451) is known color: Lime Green. HEX triplet: 3C, C4 and 51. RGB value is (60,196,81). Sum of RGB (Red+Green+Blue) = 60+196+81=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC451 is #C33BAE. Grayscale: #8E8E8E. Windows color (decimal): -12794799 or 5358652. OLE color: 5358652.
HSL color Cylindrical-coordinate representation of color #3CC451: hue angle of 129.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC451 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 81 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.23 |
| HSL | 129.26º | 0.54% | 0.5% | - |
| HSV(B) | 129.26º | 0.69% | 0.77% | - |
| XYZ | 23.09 | 41.03 | 14.49 | - |
| YUV | 142.23 | 93.44 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 81 | 0.69 | 0 | 0.59 | 0.23 | 129.26 | 0.54 | 0.5 |
| Hex | 3C | C4 | 51 | 45 | 0 | 3B | 17 | 81 | 36 | 32 |
| Octal | 74 | 304 | 121 | 105 | 0 | 73 | 27 | 201 | 66 | 62 |
| Binary | 111100 | 11000100 | 1010001 | 1000101 | 0 | 111011 | 10111 | 10000001 | 110110 | 110010 |
Color Harmonies of #3CC451
Complementary color
Monochromatic Colors of #3CC451
Black with #3CC451
Text Example
Text Example
White with #3CC451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC451; }
p { color: rgb(60,196,81); }
H1.HeaderClassName
{
color: #3CC451;
}
.AnyTagClassName
{
color: #3CC451;
}
</style>
background-color css
<style>
a { background-color: #3CC451; }
a { background-color: rgb(60,196,81); }
div.DivClassName
{
background-color: #3CC451;
}
.BgClassName
{
background-color: #3CC451;
}
</style>
border-color css
<style>
span { border-color: #3CC451; }
span { border-color: rgb(60,196,81); }
td.TdClassName
{
border-color: #3CC451;
}
.TagClassName
{
border-color: #3CC451;
}
</style>