Shades of Lime Green #3BC043
Tints of Lime Green #3BC043
RGB
CMYK
RGB Variations
Color information
#3BC043 (or 0x3BC043) is known color: Lime Green. HEX triplet: 3B, C0 and 43. RGB value is (59,192,67). Sum of RGB (Red+Green+Blue) = 59+192+67=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC043 is #C43FBC. Grayscale: #8A8A8A. Windows color (decimal): -12861373 or 4440123. OLE color: 4440123.
HSL color Cylindrical-coordinate representation of color #3BC043: hue angle of 123.61º degrees, saturation: 0.53, 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 #3BC043 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 67 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.25 |
| HSL | 123.61º | 0.53% | 0.49% | - |
| HSV(B) | 123.61º | 0.69% | 0.75% | - |
| XYZ | 21.67 | 39.03 | 11.7 | - |
| YUV | 137.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 67 | 0.69 | 0 | 0.65 | 0.25 | 123.61 | 0.53 | 0.49 |
| Hex | 3B | C0 | 43 | 45 | 0 | 41 | 19 | 7C | 35 | 31 |
| Octal | 73 | 300 | 103 | 105 | 0 | 101 | 31 | 174 | 65 | 61 |
| Binary | 111011 | 11000000 | 1000011 | 1000101 | 0 | 1000001 | 11001 | 1111100 | 110101 | 110001 |
Color Harmonies of #3BC043
Complementary color
Monochromatic Colors of #3BC043
Black with #3BC043
Text Example
Text Example
White with #3BC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC043; }
p { color: rgb(59,192,67); }
H1.HeaderClassName
{
color: #3BC043;
}
.AnyTagClassName
{
color: #3BC043;
}
</style>
background-color css
<style>
a { background-color: #3BC043; }
a { background-color: rgb(59,192,67); }
div.DivClassName
{
background-color: #3BC043;
}
.BgClassName
{
background-color: #3BC043;
}
</style>
border-color css
<style>
span { border-color: #3BC043; }
span { border-color: rgb(59,192,67); }
td.TdClassName
{
border-color: #3BC043;
}
.TagClassName
{
border-color: #3BC043;
}
</style>