Shades of Emerald #3BE381
Tints of Emerald #3BE381
RGB
CMYK
RGB Variations
Color information
#3BE381 (or 0x3BE381) is known color: Emerald. HEX triplet: 3B, E3 and 81. RGB value is (59,227,129). Sum of RGB (Red+Green+Blue) = 59+227+129=415 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.22% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BE381 is #C41C7E. Grayscale: #A5A5A5. Windows color (decimal): -12852351 or 8512315. OLE color: 8512315.
HSL color Cylindrical-coordinate representation of color #3BE381: hue angle of 145º 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 #3BE381 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 59 | 227 | 129 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.11 |
| HSL | 145º | 0.75% | 0.56% | - |
| HSV(B) | 145º | 0.74% | 0.89% | - |
| XYZ | 33.24 | 57.45 | 30.11 | - |
| YUV | 165.6 | 107.34 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 227 | 129 | 0.74 | 0 | 0.43 | 0.11 | 145 | 0.75 | 0.56 |
| Hex | 3B | E3 | 81 | 4A | 0 | 2B | B | 91 | 4B | 38 |
| Octal | 73 | 343 | 201 | 112 | 0 | 53 | 13 | 221 | 113 | 70 |
| Binary | 111011 | 11100011 | 10000001 | 1001010 | 0 | 101011 | 1011 | 10010001 | 1001011 | 111000 |
Color Harmonies of #3BE381
Complementary color
Monochromatic Colors of #3BE381
Black with #3BE381
Text Example
Text Example
White with #3BE381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE381; }
p { color: rgb(59,227,129); }
H1.HeaderClassName
{
color: #3BE381;
}
.AnyTagClassName
{
color: #3BE381;
}
</style>
background-color css
<style>
a { background-color: #3BE381; }
a { background-color: rgb(59,227,129); }
div.DivClassName
{
background-color: #3BE381;
}
.BgClassName
{
background-color: #3BE381;
}
</style>
border-color css
<style>
span { border-color: #3BE381; }
span { border-color: rgb(59,227,129); }
td.TdClassName
{
border-color: #3BE381;
}
.TagClassName
{
border-color: #3BE381;
}
</style>