Shades of Lime Green #3BC042
Tints of Lime Green #3BC042
RGB
CMYK
RGB Variations
Color information
#3BC042 (or 0x3BC042) is known color: Lime Green. HEX triplet: 3B, C0 and 42. RGB value is (59,192,66). Sum of RGB (Red+Green+Blue) = 59+192+66=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC042 is #C43FBD. Grayscale: #8A8A8A. Windows color (decimal): -12861374 or 4374587. OLE color: 4374587.
HSL color Cylindrical-coordinate representation of color #3BC042: hue angle of 123.16º 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 #3BC042 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 66 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.25 |
| HSL | 123.16º | 0.53% | 0.49% | - |
| HSV(B) | 123.16º | 0.69% | 0.75% | - |
| XYZ | 21.64 | 39.02 | 11.55 | - |
| YUV | 137.87 | 87.44 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 66 | 0.69 | 0 | 0.66 | 0.25 | 123.16 | 0.53 | 0.49 |
| Hex | 3B | C0 | 42 | 45 | 0 | 42 | 19 | 7B | 35 | 31 |
| Octal | 73 | 300 | 102 | 105 | 0 | 102 | 31 | 173 | 65 | 61 |
| Binary | 111011 | 11000000 | 1000010 | 1000101 | 0 | 1000010 | 11001 | 1111011 | 110101 | 110001 |
Color Harmonies of #3BC042
Complementary color
Monochromatic Colors of #3BC042
Black with #3BC042
Text Example
Text Example
White with #3BC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC042; }
p { color: rgb(59,192,66); }
H1.HeaderClassName
{
color: #3BC042;
}
.AnyTagClassName
{
color: #3BC042;
}
</style>
background-color css
<style>
a { background-color: #3BC042; }
a { background-color: rgb(59,192,66); }
div.DivClassName
{
background-color: #3BC042;
}
.BgClassName
{
background-color: #3BC042;
}
</style>
border-color css
<style>
span { border-color: #3BC042; }
span { border-color: rgb(59,192,66); }
td.TdClassName
{
border-color: #3BC042;
}
.TagClassName
{
border-color: #3BC042;
}
</style>