Shades of Lime Green #3BDF4F
Tints of Lime Green #3BDF4F
RGB
CMYK
RGB Variations
Color information
#3BDF4F (or 0x3BDF4F) is known color: Lime Green. HEX triplet: 3B, DF and 4F. RGB value is (59,223,79). Sum of RGB (Red+Green+Blue) = 59+223+79=361 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.34% from 361); Green value is 223 (87.5% from 255 or 61.77% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDF4F is #C420B0. Grayscale: #9D9D9D. Windows color (decimal): -12853425 or 5234491. OLE color: 5234491.
HSL color Cylindrical-coordinate representation of color #3BDF4F: hue angle of 127.32º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDF4F is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 79 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.13 |
| HSL | 127.32º | 0.72% | 0.55% | - |
| HSV(B) | 127.32º | 0.74% | 0.87% | - |
| XYZ | 29.6 | 54.27 | 16.31 | - |
| YUV | 157.55 | 83.67 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 79 | 0.74 | 0 | 0.65 | 0.13 | 127.32 | 0.72 | 0.55 |
| Hex | 3B | DF | 4F | 4A | 0 | 41 | D | 7F | 48 | 37 |
| Octal | 73 | 337 | 117 | 112 | 0 | 101 | 15 | 177 | 110 | 67 |
| Binary | 111011 | 11011111 | 1001111 | 1001010 | 0 | 1000001 | 1101 | 1111111 | 1001000 | 110111 |
Color Harmonies of #3BDF4F
Complementary color
Monochromatic Colors of #3BDF4F
Black with #3BDF4F
Text Example
Text Example
White with #3BDF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDF4F; }
p { color: rgb(59,223,79); }
H1.HeaderClassName
{
color: #3BDF4F;
}
.AnyTagClassName
{
color: #3BDF4F;
}
</style>
background-color css
<style>
a { background-color: #3BDF4F; }
a { background-color: rgb(59,223,79); }
div.DivClassName
{
background-color: #3BDF4F;
}
.BgClassName
{
background-color: #3BDF4F;
}
</style>
border-color css
<style>
span { border-color: #3BDF4F; }
span { border-color: rgb(59,223,79); }
td.TdClassName
{
border-color: #3BDF4F;
}
.TagClassName
{
border-color: #3BDF4F;
}
</style>