Shades of Spring Green #2BE978
Tints of Spring Green #2BE978
RGB
CMYK
RGB Variations
Color information
#2BE978 (or 0x2BE978) is known color: Spring Green. HEX triplet: 2B, E9 and 78. RGB value is (43,233,120). Sum of RGB (Red+Green+Blue) = 43+233+120=396 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.86% from 396); Green value is 233 (91.41% from 255 or 58.84% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE978 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE978 is #D41687. Grayscale: #A3A3A3. Windows color (decimal): -13899400 or 7924011. OLE color: 7924011.
HSL color Cylindrical-coordinate representation of color #2BE978: hue angle of 144.32º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE978 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 120 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.09 |
| HSL | 144.32º | 0.81% | 0.54% | - |
| HSV(B) | 144.32º | 0.82% | 0.91% | - |
| XYZ | 33.53 | 60.15 | 27.61 | - |
| YUV | 163.31 | 103.55 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 120 | 0.82 | 0 | 0.48 | 0.09 | 144.32 | 0.81 | 0.54 |
| Hex | 2B | E9 | 78 | 52 | 0 | 30 | 9 | 90 | 51 | 36 |
| Octal | 53 | 351 | 170 | 122 | 0 | 60 | 11 | 220 | 121 | 66 |
| Binary | 101011 | 11101001 | 1111000 | 1010010 | 0 | 110000 | 1001 | 10010000 | 1010001 | 110110 |
Color Harmonies of #2BE978
Complementary color
Monochromatic Colors of #2BE978
Black with #2BE978
Text Example
Text Example
White with #2BE978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE978; }
p { color: rgb(43,233,120); }
H1.HeaderClassName
{
color: #2BE978;
}
.AnyTagClassName
{
color: #2BE978;
}
</style>
background-color css
<style>
a { background-color: #2BE978; }
a { background-color: rgb(43,233,120); }
div.DivClassName
{
background-color: #2BE978;
}
.BgClassName
{
background-color: #2BE978;
}
</style>
border-color css
<style>
span { border-color: #2BE978; }
span { border-color: rgb(43,233,120); }
td.TdClassName
{
border-color: #2BE978;
}
.TagClassName
{
border-color: #2BE978;
}
</style>