Shades of Spring Green #2BEA7A
Tints of Spring Green #2BEA7A
RGB
CMYK
RGB Variations
Color information
#2BEA7A (or 0x2BEA7A) is known color: Spring Green. HEX triplet: 2B, EA and 7A. RGB value is (43,234,122). Sum of RGB (Red+Green+Blue) = 43+234+122=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 234 (91.80% from 255 or 58.65% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA7A is #D41585. Grayscale: #A4A4A4. Windows color (decimal): -13899142 or 8055339. OLE color: 8055339.
HSL color Cylindrical-coordinate representation of color #2BEA7A: hue angle of 144.82º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA7A is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 122 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.08 |
| HSL | 144.82º | 0.82% | 0.54% | - |
| HSV(B) | 144.82º | 0.82% | 0.92% | - |
| XYZ | 33.93 | 60.76 | 28.35 | - |
| YUV | 164.12 | 104.22 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 122 | 0.82 | 0 | 0.48 | 0.08 | 144.82 | 0.82 | 0.54 |
| Hex | 2B | EA | 7A | 52 | 0 | 30 | 8 | 91 | 52 | 36 |
| Octal | 53 | 352 | 172 | 122 | 0 | 60 | 10 | 221 | 122 | 66 |
| Binary | 101011 | 11101010 | 1111010 | 1010010 | 0 | 110000 | 1000 | 10010001 | 1010010 | 110110 |
Color Harmonies of #2BEA7A
Complementary color
Monochromatic Colors of #2BEA7A
Black with #2BEA7A
Text Example
Text Example
White with #2BEA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA7A; }
p { color: rgb(43,234,122); }
H1.HeaderClassName
{
color: #2BEA7A;
}
.AnyTagClassName
{
color: #2BEA7A;
}
</style>
background-color css
<style>
a { background-color: #2BEA7A; }
a { background-color: rgb(43,234,122); }
div.DivClassName
{
background-color: #2BEA7A;
}
.BgClassName
{
background-color: #2BEA7A;
}
</style>
border-color css
<style>
span { border-color: #2BEA7A; }
span { border-color: rgb(43,234,122); }
td.TdClassName
{
border-color: #2BEA7A;
}
.TagClassName
{
border-color: #2BEA7A;
}
</style>