Shades of Spring Green #2BEA75
Tints of Spring Green #2BEA75
RGB
CMYK
RGB Variations
Color information
#2BEA75 (or 0x2BEA75) is known color: Spring Green. HEX triplet: 2B, EA and 75. RGB value is (43,234,117). Sum of RGB (Red+Green+Blue) = 43+234+117=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 234 (91.80% from 255 or 59.39% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA75 is #D4158A. Grayscale: #A3A3A3. Windows color (decimal): -13899147 or 7727659. OLE color: 7727659.
HSL color Cylindrical-coordinate representation of color #2BEA75: hue angle of 143.25º 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 #2BEA75 is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 117 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.08 |
| HSL | 143.25º | 0.82% | 0.54% | - |
| HSV(B) | 143.25º | 0.82% | 0.92% | - |
| XYZ | 33.63 | 60.64 | 26.76 | - |
| YUV | 163.55 | 101.72 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 117 | 0.82 | 0 | 0.5 | 0.08 | 143.25 | 0.82 | 0.54 |
| Hex | 2B | EA | 75 | 52 | 0 | 32 | 8 | 8F | 52 | 36 |
| Octal | 53 | 352 | 165 | 122 | 0 | 62 | 10 | 217 | 122 | 66 |
| Binary | 101011 | 11101010 | 1110101 | 1010010 | 0 | 110010 | 1000 | 10001111 | 1010010 | 110110 |
Color Harmonies of #2BEA75
Complementary color
Monochromatic Colors of #2BEA75
Black with #2BEA75
Text Example
Text Example
White with #2BEA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA75; }
p { color: rgb(43,234,117); }
H1.HeaderClassName
{
color: #2BEA75;
}
.AnyTagClassName
{
color: #2BEA75;
}
</style>
background-color css
<style>
a { background-color: #2BEA75; }
a { background-color: rgb(43,234,117); }
div.DivClassName
{
background-color: #2BEA75;
}
.BgClassName
{
background-color: #2BEA75;
}
</style>
border-color css
<style>
span { border-color: #2BEA75; }
span { border-color: rgb(43,234,117); }
td.TdClassName
{
border-color: #2BEA75;
}
.TagClassName
{
border-color: #2BEA75;
}
</style>