Shades of Lime Green #3CB436
Tints of Lime Green #3CB436
RGB
CMYK
RGB Variations
Color information
#3CB436 (or 0x3CB436) is known color: Lime Green. HEX triplet: 3C, B4 and 36. RGB value is (60,180,54). Sum of RGB (Red+Green+Blue) = 60+180+54=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB436 is #C34BC9. Grayscale: #828282. Windows color (decimal): -12798922 or 3585084. OLE color: 3585084.
HSL color Cylindrical-coordinate representation of color #3CB436: hue angle of 117.14º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CB436 is Cyan = 0.67, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 54 | - |
| CMYK | 0.67 | 0 | 0.7 | 0.29 |
| HSL | 117.14º | 0.54% | 0.46% | - |
| HSV(B) | 117.14º | 0.7% | 0.71% | - |
| XYZ | 18.85 | 33.87 | 9.03 | - |
| YUV | 129.76 | 85.24 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 54 | 0.67 | 0 | 0.7 | 0.29 | 117.14 | 0.54 | 0.46 |
| Hex | 3C | B4 | 36 | 43 | 0 | 46 | 1D | 75 | 36 | 2E |
| Octal | 74 | 264 | 66 | 103 | 0 | 106 | 35 | 165 | 66 | 56 |
| Binary | 111100 | 10110100 | 110110 | 1000011 | 0 | 1000110 | 11101 | 1110101 | 110110 | 101110 |
Color Harmonies of #3CB436
Complementary color
Monochromatic Colors of #3CB436
Black with #3CB436
Text Example
Text Example
White with #3CB436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB436; }
p { color: rgb(60,180,54); }
H1.HeaderClassName
{
color: #3CB436;
}
.AnyTagClassName
{
color: #3CB436;
}
</style>
background-color css
<style>
a { background-color: #3CB436; }
a { background-color: rgb(60,180,54); }
div.DivClassName
{
background-color: #3CB436;
}
.BgClassName
{
background-color: #3CB436;
}
</style>
border-color css
<style>
span { border-color: #3CB436; }
span { border-color: rgb(60,180,54); }
td.TdClassName
{
border-color: #3CB436;
}
.TagClassName
{
border-color: #3CB436;
}
</style>