Shades of Lime Green #3BE340
Tints of Lime Green #3BE340
RGB
CMYK
RGB Variations
Color information
#3BE340 (or 0x3BE340) is known color: Lime Green. HEX triplet: 3B, E3 and 40. RGB value is (59,227,64). Sum of RGB (Red+Green+Blue) = 59+227+64=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 227 (89.06% from 255 or 64.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE340 is #C41CBF. Grayscale: #9E9E9E. Windows color (decimal): -12852416 or 4252475. OLE color: 4252475.
HSL color Cylindrical-coordinate representation of color #3BE340: hue angle of 121.79º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE340 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 64 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.11 |
| HSL | 121.79º | 0.75% | 0.56% | - |
| HSV(B) | 121.79º | 0.74% | 0.89% | - |
| XYZ | 30.2 | 56.24 | 14.11 | - |
| YUV | 158.19 | 74.84 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 64 | 0.74 | 0 | 0.72 | 0.11 | 121.79 | 0.75 | 0.56 |
| Hex | 3B | E3 | 40 | 4A | 0 | 48 | B | 7A | 4B | 38 |
| Octal | 73 | 343 | 100 | 112 | 0 | 110 | 13 | 172 | 113 | 70 |
| Binary | 111011 | 11100011 | 1000000 | 1001010 | 0 | 1001000 | 1011 | 1111010 | 1001011 | 111000 |
Color Harmonies of #3BE340
Complementary color
Monochromatic Colors of #3BE340
Black with #3BE340
Text Example
Text Example
White with #3BE340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE340; }
p { color: rgb(59,227,64); }
H1.HeaderClassName
{
color: #3BE340;
}
.AnyTagClassName
{
color: #3BE340;
}
</style>
background-color css
<style>
a { background-color: #3BE340; }
a { background-color: rgb(59,227,64); }
div.DivClassName
{
background-color: #3BE340;
}
.BgClassName
{
background-color: #3BE340;
}
</style>
border-color css
<style>
span { border-color: #3BE340; }
span { border-color: rgb(59,227,64); }
td.TdClassName
{
border-color: #3BE340;
}
.TagClassName
{
border-color: #3BE340;
}
</style>