Shades of Lime Green #3CB943
Tints of Lime Green #3CB943
RGB
CMYK
RGB Variations
Color information
#3CB943 (or 0x3CB943) is known color: Lime Green. HEX triplet: 3C, B9 and 43. RGB value is (60,185,67). Sum of RGB (Red+Green+Blue) = 60+185+67=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB943 is #C346BC. Grayscale: #868686. Windows color (decimal): -12797629 or 4438332. OLE color: 4438332.
HSL color Cylindrical-coordinate representation of color #3CB943: hue angle of 123.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB943 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 67 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.27 |
| HSL | 123.36º | 0.51% | 0.48% | - |
| HSV(B) | 123.36º | 0.68% | 0.73% | - |
| XYZ | 20.23 | 36.06 | 11.21 | - |
| YUV | 134.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 67 | 0.68 | 0 | 0.64 | 0.27 | 123.36 | 0.51 | 0.48 |
| Hex | 3C | B9 | 43 | 44 | 0 | 40 | 1B | 7B | 33 | 30 |
| Octal | 74 | 271 | 103 | 104 | 0 | 100 | 33 | 173 | 63 | 60 |
| Binary | 111100 | 10111001 | 1000011 | 1000100 | 0 | 1000000 | 11011 | 1111011 | 110011 | 110000 |
Color Harmonies of #3CB943
Complementary color
Monochromatic Colors of #3CB943
Black with #3CB943
Text Example
Text Example
White with #3CB943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB943; }
p { color: rgb(60,185,67); }
H1.HeaderClassName
{
color: #3CB943;
}
.AnyTagClassName
{
color: #3CB943;
}
</style>
background-color css
<style>
a { background-color: #3CB943; }
a { background-color: rgb(60,185,67); }
div.DivClassName
{
background-color: #3CB943;
}
.BgClassName
{
background-color: #3CB943;
}
</style>
border-color css
<style>
span { border-color: #3CB943; }
span { border-color: rgb(60,185,67); }
td.TdClassName
{
border-color: #3CB943;
}
.TagClassName
{
border-color: #3CB943;
}
</style>