Shades of Emerald #3BF282
Tints of Emerald #3BF282
RGB
CMYK
RGB Variations
Color information
#3BF282 (or 0x3BF282) is known color: Emerald. HEX triplet: 3B, F2 and 82. RGB value is (59,242,130). Sum of RGB (Red+Green+Blue) = 59+242+130=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF282 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF282 is #C40D7D. Grayscale: #AEAEAE. Windows color (decimal): -12848510 or 8581691. OLE color: 8581691.
HSL color Cylindrical-coordinate representation of color #3BF282: hue angle of 143.28º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF282 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 130 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.05 |
| HSL | 143.28º | 0.88% | 0.59% | - |
| HSV(B) | 143.28º | 0.76% | 0.95% | - |
| XYZ | 37.59 | 66.05 | 31.89 | - |
| YUV | 174.52 | 102.87 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 130 | 0.76 | 0 | 0.46 | 0.05 | 143.28 | 0.88 | 0.59 |
| Hex | 3B | F2 | 82 | 4C | 0 | 2E | 5 | 8F | 58 | 3B |
| Octal | 73 | 362 | 202 | 114 | 0 | 56 | 5 | 217 | 130 | 73 |
| Binary | 111011 | 11110010 | 10000010 | 1001100 | 0 | 101110 | 101 | 10001111 | 1011000 | 111011 |
Color Harmonies of #3BF282
Complementary color
Monochromatic Colors of #3BF282
Black with #3BF282
Text Example
Text Example
White with #3BF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF282; }
p { color: rgb(59,242,130); }
H1.HeaderClassName
{
color: #3BF282;
}
.AnyTagClassName
{
color: #3BF282;
}
</style>
background-color css
<style>
a { background-color: #3BF282; }
a { background-color: rgb(59,242,130); }
div.DivClassName
{
background-color: #3BF282;
}
.BgClassName
{
background-color: #3BF282;
}
</style>
border-color css
<style>
span { border-color: #3BF282; }
span { border-color: rgb(59,242,130); }
td.TdClassName
{
border-color: #3BF282;
}
.TagClassName
{
border-color: #3BF282;
}
</style>