Shades of Medium Sea Green #2BB25C
Tints of Medium Sea Green #2BB25C
RGB
CMYK
RGB Variations
Color information
#2BB25C (or 0x2BB25C) is known color: Medium Sea Green. HEX triplet: 2B, B2 and 5C. RGB value is (43,178,92). Sum of RGB (Red+Green+Blue) = 43+178+92=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB25C is #D44DA3. Grayscale: #808080. Windows color (decimal): -13913508 or 6074923. OLE color: 6074923.
HSL color Cylindrical-coordinate representation of color #2BB25C: hue angle of 141.78º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB25C is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 92 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.30 |
| HSL | 141.78º | 0.61% | 0.43% | - |
| HSV(B) | 141.78º | 0.76% | 0.7% | - |
| XYZ | 18.85 | 33.13 | 15.53 | - |
| YUV | 127.83 | 107.77 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 92 | 0.76 | 0 | 0.48 | 0.30 | 141.78 | 0.61 | 0.43 |
| Hex | 2B | B2 | 5C | 4C | 0 | 30 | 1E | 8E | 3D | 2B |
| Octal | 53 | 262 | 134 | 114 | 0 | 60 | 36 | 216 | 75 | 53 |
| Binary | 101011 | 10110010 | 1011100 | 1001100 | 0 | 110000 | 11110 | 10001110 | 111101 | 101011 |
Color Harmonies of #2BB25C
Complementary color
Monochromatic Colors of #2BB25C
Black with #2BB25C
Text Example
Text Example
White with #2BB25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB25C; }
p { color: rgb(43,178,92); }
H1.HeaderClassName
{
color: #2BB25C;
}
.AnyTagClassName
{
color: #2BB25C;
}
</style>
background-color css
<style>
a { background-color: #2BB25C; }
a { background-color: rgb(43,178,92); }
div.DivClassName
{
background-color: #2BB25C;
}
.BgClassName
{
background-color: #2BB25C;
}
</style>
border-color css
<style>
span { border-color: #2BB25C; }
span { border-color: rgb(43,178,92); }
td.TdClassName
{
border-color: #2BB25C;
}
.TagClassName
{
border-color: #2BB25C;
}
</style>