Shades of Lime Green #3BC24D
Tints of Lime Green #3BC24D
RGB
CMYK
RGB Variations
Color information
#3BC24D (or 0x3BC24D) is known color: Lime Green. HEX triplet: 3B, C2 and 4D. RGB value is (59,194,77). Sum of RGB (Red+Green+Blue) = 59+194+77=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC24D is #C43DB2. Grayscale: #8C8C8C. Windows color (decimal): -12860851 or 5095995. OLE color: 5095995.
HSL color Cylindrical-coordinate representation of color #3BC24D: hue angle of 128º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC24D is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 77 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.24 |
| HSL | 128º | 0.53% | 0.5% | - |
| HSV(B) | 128º | 0.7% | 0.76% | - |
| XYZ | 22.43 | 40.05 | 13.57 | - |
| YUV | 140.3 | 92.27 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 77 | 0.70 | 0 | 0.60 | 0.24 | 128 | 0.53 | 0.5 |
| Hex | 3B | C2 | 4D | 46 | 0 | 3C | 18 | 80 | 35 | 32 |
| Octal | 73 | 302 | 115 | 106 | 0 | 74 | 30 | 200 | 65 | 62 |
| Binary | 111011 | 11000010 | 1001101 | 1000110 | 0 | 111100 | 11000 | 10000000 | 110101 | 110010 |
Color Harmonies of #3BC24D
Complementary color
Monochromatic Colors of #3BC24D
Black with #3BC24D
Text Example
Text Example
White with #3BC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC24D; }
p { color: rgb(59,194,77); }
H1.HeaderClassName
{
color: #3BC24D;
}
.AnyTagClassName
{
color: #3BC24D;
}
</style>
background-color css
<style>
a { background-color: #3BC24D; }
a { background-color: rgb(59,194,77); }
div.DivClassName
{
background-color: #3BC24D;
}
.BgClassName
{
background-color: #3BC24D;
}
</style>
border-color css
<style>
span { border-color: #3BC24D; }
span { border-color: rgb(59,194,77); }
td.TdClassName
{
border-color: #3BC24D;
}
.TagClassName
{
border-color: #3BC24D;
}
</style>