Shades of Lime Green #3BDA2F
Tints of Lime Green #3BDA2F
RGB
CMYK
RGB Variations
Color information
#3BDA2F (or 0x3BDA2F) is known color: Lime Green. HEX triplet: 3B, DA and 2F. RGB value is (59,218,47). Sum of RGB (Red+Green+Blue) = 59+218+47=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDA2F is #C425D0. Grayscale: #979797. Windows color (decimal): -12854737 or 3136059. OLE color: 3136059.
HSL color Cylindrical-coordinate representation of color #3BDA2F: hue angle of 115.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BDA2F is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 47 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.15 |
| HSL | 115.79º | 0.7% | 0.52% | - |
| HSV(B) | 115.79º | 0.78% | 0.85% | - |
| XYZ | 27.39 | 51.28 | 11.14 | - |
| YUV | 150.97 | 69.32 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 47 | 0.73 | 0 | 0.78 | 0.15 | 115.79 | 0.7 | 0.52 |
| Hex | 3B | DA | 2F | 49 | 0 | 4E | F | 74 | 46 | 34 |
| Octal | 73 | 332 | 57 | 111 | 0 | 116 | 17 | 164 | 106 | 64 |
| Binary | 111011 | 11011010 | 101111 | 1001001 | 0 | 1001110 | 1111 | 1110100 | 1000110 | 110100 |
Color Harmonies of #3BDA2F
Complementary color
Monochromatic Colors of #3BDA2F
Black with #3BDA2F
Text Example
Text Example
White with #3BDA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDA2F; }
p { color: rgb(59,218,47); }
H1.HeaderClassName
{
color: #3BDA2F;
}
.AnyTagClassName
{
color: #3BDA2F;
}
</style>
background-color css
<style>
a { background-color: #3BDA2F; }
a { background-color: rgb(59,218,47); }
div.DivClassName
{
background-color: #3BDA2F;
}
.BgClassName
{
background-color: #3BDA2F;
}
</style>
border-color css
<style>
span { border-color: #3BDA2F; }
span { border-color: rgb(59,218,47); }
td.TdClassName
{
border-color: #3BDA2F;
}
.TagClassName
{
border-color: #3BDA2F;
}
</style>