Shades of Lime Green #3BD63F
Tints of Lime Green #3BD63F
RGB
CMYK
RGB Variations
Color information
#3BD63F (or 0x3BD63F) is known color: Lime Green. HEX triplet: 3B, D6 and 3F. RGB value is (59,214,63). Sum of RGB (Red+Green+Blue) = 59+214+63=336 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.56% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD63F is #C429C0. Grayscale: #969696. Windows color (decimal): -12855745 or 4183611. OLE color: 4183611.
HSL color Cylindrical-coordinate representation of color #3BD63F: hue angle of 121.55º 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 #3BD63F is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 63 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.16 |
| HSL | 121.55º | 0.65% | 0.54% | - |
| HSV(B) | 121.55º | 0.72% | 0.84% | - |
| XYZ | 26.75 | 49.38 | 12.82 | - |
| YUV | 150.44 | 78.65 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 63 | 0.72 | 0 | 0.71 | 0.16 | 121.55 | 0.65 | 0.54 |
| Hex | 3B | D6 | 3F | 48 | 0 | 47 | 10 | 7A | 41 | 36 |
| Octal | 73 | 326 | 77 | 110 | 0 | 107 | 20 | 172 | 101 | 66 |
| Binary | 111011 | 11010110 | 111111 | 1001000 | 0 | 1000111 | 10000 | 1111010 | 1000001 | 110110 |
Color Harmonies of #3BD63F
Complementary color
Monochromatic Colors of #3BD63F
Black with #3BD63F
Text Example
Text Example
White with #3BD63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD63F; }
p { color: rgb(59,214,63); }
H1.HeaderClassName
{
color: #3BD63F;
}
.AnyTagClassName
{
color: #3BD63F;
}
</style>
background-color css
<style>
a { background-color: #3BD63F; }
a { background-color: rgb(59,214,63); }
div.DivClassName
{
background-color: #3BD63F;
}
.BgClassName
{
background-color: #3BD63F;
}
</style>
border-color css
<style>
span { border-color: #3BD63F; }
span { border-color: rgb(59,214,63); }
td.TdClassName
{
border-color: #3BD63F;
}
.TagClassName
{
border-color: #3BD63F;
}
</style>