Shades of Lime Green #3CBC42
Tints of Lime Green #3CBC42
RGB
CMYK
RGB Variations
Color information
#3CBC42 (or 0x3CBC42) is known color: Lime Green. HEX triplet: 3C, BC and 42. RGB value is (60,188,66). Sum of RGB (Red+Green+Blue) = 60+188+66=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC42 is #C343BD. Grayscale: #888888. Windows color (decimal): -12796862 or 4373564. OLE color: 4373564.
HSL color Cylindrical-coordinate representation of color #3CBC42: hue angle of 122.81º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC42 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 66 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.26 |
| HSL | 122.81º | 0.52% | 0.49% | - |
| HSV(B) | 122.81º | 0.68% | 0.74% | - |
| XYZ | 20.83 | 37.32 | 11.26 | - |
| YUV | 135.82 | 88.59 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 66 | 0.68 | 0 | 0.65 | 0.26 | 122.81 | 0.52 | 0.49 |
| Hex | 3C | BC | 42 | 44 | 0 | 41 | 1A | 7B | 34 | 31 |
| Octal | 74 | 274 | 102 | 104 | 0 | 101 | 32 | 173 | 64 | 61 |
| Binary | 111100 | 10111100 | 1000010 | 1000100 | 0 | 1000001 | 11010 | 1111011 | 110100 | 110001 |
Color Harmonies of #3CBC42
Complementary color
Monochromatic Colors of #3CBC42
Black with #3CBC42
Text Example
Text Example
White with #3CBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC42; }
p { color: rgb(60,188,66); }
H1.HeaderClassName
{
color: #3CBC42;
}
.AnyTagClassName
{
color: #3CBC42;
}
</style>
background-color css
<style>
a { background-color: #3CBC42; }
a { background-color: rgb(60,188,66); }
div.DivClassName
{
background-color: #3CBC42;
}
.BgClassName
{
background-color: #3CBC42;
}
</style>
border-color css
<style>
span { border-color: #3CBC42; }
span { border-color: rgb(60,188,66); }
td.TdClassName
{
border-color: #3CBC42;
}
.TagClassName
{
border-color: #3CBC42;
}
</style>