Shades of Lime Green #3BD63D
Tints of Lime Green #3BD63D
RGB
CMYK
RGB Variations
Color information
#3BD63D (or 0x3BD63D) is known color: Lime Green. HEX triplet: 3B, D6 and 3D. RGB value is (59,214,61). Sum of RGB (Red+Green+Blue) = 59+214+61=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD63D is #C429C2. Grayscale: #969696. Windows color (decimal): -12855747 or 4052539. OLE color: 4052539.
HSL color Cylindrical-coordinate representation of color #3BD63D: hue angle of 120.77º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD63D is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 61 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.16 |
| HSL | 120.77º | 0.65% | 0.54% | - |
| HSV(B) | 120.77º | 0.72% | 0.84% | - |
| XYZ | 26.69 | 49.36 | 12.54 | - |
| YUV | 150.21 | 77.65 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 61 | 0.72 | 0 | 0.71 | 0.16 | 120.77 | 0.65 | 0.54 |
| Hex | 3B | D6 | 3D | 48 | 0 | 47 | 10 | 79 | 41 | 36 |
| Octal | 73 | 326 | 75 | 110 | 0 | 107 | 20 | 171 | 101 | 66 |
| Binary | 111011 | 11010110 | 111101 | 1001000 | 0 | 1000111 | 10000 | 1111001 | 1000001 | 110110 |
Color Harmonies of #3BD63D
Complementary color
Monochromatic Colors of #3BD63D
Black with #3BD63D
Text Example
Text Example
White with #3BD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD63D; }
p { color: rgb(59,214,61); }
H1.HeaderClassName
{
color: #3BD63D;
}
.AnyTagClassName
{
color: #3BD63D;
}
</style>
background-color css
<style>
a { background-color: #3BD63D; }
a { background-color: rgb(59,214,61); }
div.DivClassName
{
background-color: #3BD63D;
}
.BgClassName
{
background-color: #3BD63D;
}
</style>
border-color css
<style>
span { border-color: #3BD63D; }
span { border-color: rgb(59,214,61); }
td.TdClassName
{
border-color: #3BD63D;
}
.TagClassName
{
border-color: #3BD63D;
}
</style>