Shades of Lime Green #3BC744
Tints of Lime Green #3BC744
RGB
CMYK
RGB Variations
Color information
#3BC744 (or 0x3BC744) is known color: Lime Green. HEX triplet: 3B, C7 and 44. RGB value is (59,199,68). Sum of RGB (Red+Green+Blue) = 59+199+68=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 199 (78.12% from 255 or 61.04% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC744 is #C438BB. Grayscale: #8E8E8E. Windows color (decimal): -12859580 or 4507451. OLE color: 4507451.
HSL color Cylindrical-coordinate representation of color #3BC744: hue angle of 123.86º 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 #3BC744 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 68 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.22 |
| HSL | 123.86º | 0.56% | 0.51% | - |
| HSV(B) | 123.86º | 0.7% | 0.78% | - |
| XYZ | 23.27 | 42.19 | 12.39 | - |
| YUV | 142.21 | 86.12 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 68 | 0.70 | 0 | 0.66 | 0.22 | 123.86 | 0.56 | 0.51 |
| Hex | 3B | C7 | 44 | 46 | 0 | 42 | 16 | 7C | 38 | 33 |
| Octal | 73 | 307 | 104 | 106 | 0 | 102 | 26 | 174 | 70 | 63 |
| Binary | 111011 | 11000111 | 1000100 | 1000110 | 0 | 1000010 | 10110 | 1111100 | 111000 | 110011 |
Color Harmonies of #3BC744
Complementary color
Monochromatic Colors of #3BC744
Black with #3BC744
Text Example
Text Example
White with #3BC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC744; }
p { color: rgb(59,199,68); }
H1.HeaderClassName
{
color: #3BC744;
}
.AnyTagClassName
{
color: #3BC744;
}
</style>
background-color css
<style>
a { background-color: #3BC744; }
a { background-color: rgb(59,199,68); }
div.DivClassName
{
background-color: #3BC744;
}
.BgClassName
{
background-color: #3BC744;
}
</style>
border-color css
<style>
span { border-color: #3BC744; }
span { border-color: rgb(59,199,68); }
td.TdClassName
{
border-color: #3BC744;
}
.TagClassName
{
border-color: #3BC744;
}
</style>