Shades of Medium Sea Green #2BC35C
Tints of Medium Sea Green #2BC35C
RGB
CMYK
RGB Variations
Color information
#2BC35C (or 0x2BC35C) is known color: Medium Sea Green. HEX triplet: 2B, C3 and 5C. RGB value is (43,195,92). Sum of RGB (Red+Green+Blue) = 43+195+92=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC35C is #D43CA3. Grayscale: #8A8A8A. Windows color (decimal): -13909156 or 6079275. OLE color: 6079275.
HSL color Cylindrical-coordinate representation of color #2BC35C: hue angle of 139.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC35C is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 92 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.24 |
| HSL | 139.34º | 0.64% | 0.47% | - |
| HSV(B) | 139.34º | 0.78% | 0.76% | - |
| XYZ | 22.44 | 40.32 | 16.72 | - |
| YUV | 137.81 | 102.14 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 92 | 0.78 | 0 | 0.53 | 0.24 | 139.34 | 0.64 | 0.47 |
| Hex | 2B | C3 | 5C | 4E | 0 | 35 | 18 | 8B | 40 | 2F |
| Octal | 53 | 303 | 134 | 116 | 0 | 65 | 30 | 213 | 100 | 57 |
| Binary | 101011 | 11000011 | 1011100 | 1001110 | 0 | 110101 | 11000 | 10001011 | 1000000 | 101111 |
Color Harmonies of #2BC35C
Complementary color
Monochromatic Colors of #2BC35C
Black with #2BC35C
Text Example
Text Example
White with #2BC35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC35C; }
p { color: rgb(43,195,92); }
H1.HeaderClassName
{
color: #2BC35C;
}
.AnyTagClassName
{
color: #2BC35C;
}
</style>
background-color css
<style>
a { background-color: #2BC35C; }
a { background-color: rgb(43,195,92); }
div.DivClassName
{
background-color: #2BC35C;
}
.BgClassName
{
background-color: #2BC35C;
}
</style>
border-color css
<style>
span { border-color: #2BC35C; }
span { border-color: rgb(43,195,92); }
td.TdClassName
{
border-color: #2BC35C;
}
.TagClassName
{
border-color: #2BC35C;
}
</style>