Shades of Lime Green #3BC63D
Tints of Lime Green #3BC63D
RGB
CMYK
RGB Variations
Color information
#3BC63D (or 0x3BC63D) is known color: Lime Green. HEX triplet: 3B, C6 and 3D. RGB value is (59,198,61). Sum of RGB (Red+Green+Blue) = 59+198+61=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 198 (77.73% from 255 or 62.26% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC63D is #C439C2. Grayscale: #8D8D8D. Windows color (decimal): -12859843 or 4048443. OLE color: 4048443.
HSL color Cylindrical-coordinate representation of color #3BC63D: hue angle of 120.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC63D is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 61 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.22 |
| HSL | 120.86º | 0.55% | 0.5% | - |
| HSV(B) | 120.86º | 0.7% | 0.78% | - |
| XYZ | 22.84 | 41.65 | 11.25 | - |
| YUV | 140.82 | 82.95 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 61 | 0.70 | 0 | 0.69 | 0.22 | 120.86 | 0.55 | 0.5 |
| Hex | 3B | C6 | 3D | 46 | 0 | 45 | 16 | 79 | 37 | 32 |
| Octal | 73 | 306 | 75 | 106 | 0 | 105 | 26 | 171 | 67 | 62 |
| Binary | 111011 | 11000110 | 111101 | 1000110 | 0 | 1000101 | 10110 | 1111001 | 110111 | 110010 |
Color Harmonies of #3BC63D
Complementary color
Monochromatic Colors of #3BC63D
Black with #3BC63D
Text Example
Text Example
White with #3BC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC63D; }
p { color: rgb(59,198,61); }
H1.HeaderClassName
{
color: #3BC63D;
}
.AnyTagClassName
{
color: #3BC63D;
}
</style>
background-color css
<style>
a { background-color: #3BC63D; }
a { background-color: rgb(59,198,61); }
div.DivClassName
{
background-color: #3BC63D;
}
.BgClassName
{
background-color: #3BC63D;
}
</style>
border-color css
<style>
span { border-color: #3BC63D; }
span { border-color: rgb(59,198,61); }
td.TdClassName
{
border-color: #3BC63D;
}
.TagClassName
{
border-color: #3BC63D;
}
</style>