Shades of Lime Green #3BC738
Tints of Lime Green #3BC738
RGB
CMYK
RGB Variations
Color information
#3BC738 (or 0x3BC738) is known color: Lime Green. HEX triplet: 3B, C7 and 38. RGB value is (59,199,56). Sum of RGB (Red+Green+Blue) = 59+199+56=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 199 (78.12% from 255 or 63.38% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC738 is #C438C7. Grayscale: #8D8D8D. Windows color (decimal): -12859592 or 3721019. OLE color: 3721019.
HSL color Cylindrical-coordinate representation of color #3BC738: hue angle of 118.74º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BC738 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 56 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.22 |
| HSL | 118.74º | 0.56% | 0.5% | - |
| HSV(B) | 118.74º | 0.72% | 0.78% | - |
| XYZ | 22.94 | 42.06 | 10.65 | - |
| YUV | 140.84 | 80.12 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 56 | 0.70 | 0 | 0.72 | 0.22 | 118.74 | 0.56 | 0.5 |
| Hex | 3B | C7 | 38 | 46 | 0 | 48 | 16 | 77 | 38 | 32 |
| Octal | 73 | 307 | 70 | 106 | 0 | 110 | 26 | 167 | 70 | 62 |
| Binary | 111011 | 11000111 | 111000 | 1000110 | 0 | 1001000 | 10110 | 1110111 | 111000 | 110010 |
Color Harmonies of #3BC738
Complementary color
Monochromatic Colors of #3BC738
Black with #3BC738
Text Example
Text Example
White with #3BC738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC738; }
p { color: rgb(59,199,56); }
H1.HeaderClassName
{
color: #3BC738;
}
.AnyTagClassName
{
color: #3BC738;
}
</style>
background-color css
<style>
a { background-color: #3BC738; }
a { background-color: rgb(59,199,56); }
div.DivClassName
{
background-color: #3BC738;
}
.BgClassName
{
background-color: #3BC738;
}
</style>
border-color css
<style>
span { border-color: #3BC738; }
span { border-color: rgb(59,199,56); }
td.TdClassName
{
border-color: #3BC738;
}
.TagClassName
{
border-color: #3BC738;
}
</style>