Shades of Medium Sea Green #2BCA5C
Tints of Medium Sea Green #2BCA5C
RGB
CMYK
RGB Variations
Color information
#2BCA5C (or 0x2BCA5C) is known color: Medium Sea Green. HEX triplet: 2B, CA and 5C. RGB value is (43,202,92). Sum of RGB (Red+Green+Blue) = 43+202+92=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 202 (79.30% from 255 or 59.94% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCA5C is #D435A3. Grayscale: #8E8E8E. Windows color (decimal): -13907364 or 6081067. OLE color: 6081067.
HSL color Cylindrical-coordinate representation of color #2BCA5C: hue angle of 138.49º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCA5C is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 92 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.21 |
| HSL | 138.49º | 0.65% | 0.48% | - |
| HSV(B) | 138.49º | 0.79% | 0.79% | - |
| XYZ | 24.05 | 43.53 | 17.26 | - |
| YUV | 141.92 | 99.82 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 92 | 0.79 | 0 | 0.54 | 0.21 | 138.49 | 0.65 | 0.48 |
| Hex | 2B | CA | 5C | 4F | 0 | 36 | 15 | 8A | 41 | 30 |
| Octal | 53 | 312 | 134 | 117 | 0 | 66 | 25 | 212 | 101 | 60 |
| Binary | 101011 | 11001010 | 1011100 | 1001111 | 0 | 110110 | 10101 | 10001010 | 1000001 | 110000 |
Color Harmonies of #2BCA5C
Complementary color
Monochromatic Colors of #2BCA5C
Black with #2BCA5C
Text Example
Text Example
White with #2BCA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCA5C; }
p { color: rgb(43,202,92); }
H1.HeaderClassName
{
color: #2BCA5C;
}
.AnyTagClassName
{
color: #2BCA5C;
}
</style>
background-color css
<style>
a { background-color: #2BCA5C; }
a { background-color: rgb(43,202,92); }
div.DivClassName
{
background-color: #2BCA5C;
}
.BgClassName
{
background-color: #2BCA5C;
}
</style>
border-color css
<style>
span { border-color: #2BCA5C; }
span { border-color: rgb(43,202,92); }
td.TdClassName
{
border-color: #2BCA5C;
}
.TagClassName
{
border-color: #2BCA5C;
}
</style>