Shades of Lime Green #3BC74F
Tints of Lime Green #3BC74F
RGB
CMYK
RGB Variations
Color information
#3BC74F (or 0x3BC74F) is known color: Lime Green. HEX triplet: 3B, C7 and 4F. RGB value is (59,199,79). Sum of RGB (Red+Green+Blue) = 59+199+79=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 199 (78.12% from 255 or 59.05% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC74F is #C438B0. Grayscale: #8F8F8F. Windows color (decimal): -12859569 or 5228347. OLE color: 5228347.
HSL color Cylindrical-coordinate representation of color #3BC74F: hue angle of 128.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC74F is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 79 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.22 |
| HSL | 128.57º | 0.56% | 0.51% | - |
| HSV(B) | 128.57º | 0.7% | 0.78% | - |
| XYZ | 23.64 | 42.34 | 14.32 | - |
| YUV | 143.46 | 91.62 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 79 | 0.70 | 0 | 0.60 | 0.22 | 128.57 | 0.56 | 0.51 |
| Hex | 3B | C7 | 4F | 46 | 0 | 3C | 16 | 81 | 38 | 33 |
| Octal | 73 | 307 | 117 | 106 | 0 | 74 | 26 | 201 | 70 | 63 |
| Binary | 111011 | 11000111 | 1001111 | 1000110 | 0 | 111100 | 10110 | 10000001 | 111000 | 110011 |
Color Harmonies of #3BC74F
Complementary color
Monochromatic Colors of #3BC74F
Black with #3BC74F
Text Example
Text Example
White with #3BC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC74F; }
p { color: rgb(59,199,79); }
H1.HeaderClassName
{
color: #3BC74F;
}
.AnyTagClassName
{
color: #3BC74F;
}
</style>
background-color css
<style>
a { background-color: #3BC74F; }
a { background-color: rgb(59,199,79); }
div.DivClassName
{
background-color: #3BC74F;
}
.BgClassName
{
background-color: #3BC74F;
}
</style>
border-color css
<style>
span { border-color: #3BC74F; }
span { border-color: rgb(59,199,79); }
td.TdClassName
{
border-color: #3BC74F;
}
.TagClassName
{
border-color: #3BC74F;
}
</style>