Shades of Lime Green #3BC83B
Tints of Lime Green #3BC83B
RGB
CMYK
RGB Variations
Color information
#3BC83B (or 0x3BC83B) is known color: Lime Green. HEX triplet: 3B, C8 and 3B. RGB value is (59,200,59). Sum of RGB (Red+Green+Blue) = 59+200+59=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC83B is #C437C4. Grayscale: #8E8E8E. Windows color (decimal): -12859333 or 3917883. OLE color: 3917883.
HSL color Cylindrical-coordinate representation of color #3BC83B: hue angle of 120º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC83B is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 59 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.22 |
| HSL | 120º | 0.56% | 0.51% | - |
| HSV(B) | 120º | 0.71% | 0.78% | - |
| XYZ | 23.25 | 42.55 | 11.13 | - |
| YUV | 141.77 | 81.29 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 59 | 0.70 | 0 | 0.70 | 0.22 | 120 | 0.56 | 0.51 |
| Hex | 3B | C8 | 3B | 46 | 0 | 46 | 16 | 78 | 38 | 33 |
| Octal | 73 | 310 | 73 | 106 | 0 | 106 | 26 | 170 | 70 | 63 |
| Binary | 111011 | 11001000 | 111011 | 1000110 | 0 | 1000110 | 10110 | 1111000 | 111000 | 110011 |
Color Harmonies of #3BC83B
Complementary color
Monochromatic Colors of #3BC83B
Black with #3BC83B
Text Example
Text Example
White with #3BC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC83B; }
p { color: rgb(59,200,59); }
H1.HeaderClassName
{
color: #3BC83B;
}
.AnyTagClassName
{
color: #3BC83B;
}
</style>
background-color css
<style>
a { background-color: #3BC83B; }
a { background-color: rgb(59,200,59); }
div.DivClassName
{
background-color: #3BC83B;
}
.BgClassName
{
background-color: #3BC83B;
}
</style>
border-color css
<style>
span { border-color: #3BC83B; }
span { border-color: rgb(59,200,59); }
td.TdClassName
{
border-color: #3BC83B;
}
.TagClassName
{
border-color: #3BC83B;
}
</style>