Shades of Spring Green #2BED7E
Tints of Spring Green #2BED7E
RGB
CMYK
RGB Variations
Color information
#2BED7E (or 0x2BED7E) is known color: Spring Green. HEX triplet: 2B, ED and 7E. RGB value is (43,237,126). Sum of RGB (Red+Green+Blue) = 43+237+126=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 237 (92.97% from 255 or 58.37% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED7E is #D41281. Grayscale: #A6A6A6. Windows color (decimal): -13898370 or 8318251. OLE color: 8318251.
HSL color Cylindrical-coordinate representation of color #2BED7E: hue angle of 145.67º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BED7E is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 126 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.07 |
| HSL | 145.67º | 0.84% | 0.55% | - |
| HSV(B) | 145.67º | 0.82% | 0.93% | - |
| XYZ | 35.05 | 62.59 | 29.97 | - |
| YUV | 166.34 | 105.23 | 40.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 126 | 0.82 | 0 | 0.47 | 0.07 | 145.67 | 0.84 | 0.55 |
| Hex | 2B | ED | 7E | 52 | 0 | 2F | 7 | 92 | 54 | 37 |
| Octal | 53 | 355 | 176 | 122 | 0 | 57 | 7 | 222 | 124 | 67 |
| Binary | 101011 | 11101101 | 1111110 | 1010010 | 0 | 101111 | 111 | 10010010 | 1010100 | 110111 |
Color Harmonies of #2BED7E
Complementary color
Monochromatic Colors of #2BED7E
Black with #2BED7E
Text Example
Text Example
White with #2BED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED7E; }
p { color: rgb(43,237,126); }
H1.HeaderClassName
{
color: #2BED7E;
}
.AnyTagClassName
{
color: #2BED7E;
}
</style>
background-color css
<style>
a { background-color: #2BED7E; }
a { background-color: rgb(43,237,126); }
div.DivClassName
{
background-color: #2BED7E;
}
.BgClassName
{
background-color: #2BED7E;
}
</style>
border-color css
<style>
span { border-color: #2BED7E; }
span { border-color: rgb(43,237,126); }
td.TdClassName
{
border-color: #2BED7E;
}
.TagClassName
{
border-color: #2BED7E;
}
</style>