Shades of Spring Green #2BF682
Tints of Spring Green #2BF682
RGB
CMYK
RGB Variations
Color information
#2BF682 (or 0x2BF682) is known color: Spring Green. HEX triplet: 2B, F6 and 82. RGB value is (43,246,130). Sum of RGB (Red+Green+Blue) = 43+246+130=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 246 (96.48% from 255 or 58.71% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF682 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF682 is #D4097D. Grayscale: #ACACAC. Windows color (decimal): -13896062 or 8582699. OLE color: 8582699.
HSL color Cylindrical-coordinate representation of color #2BF682: hue angle of 145.71º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF682 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 246 | 130 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.04 |
| HSL | 145.71º | 0.92% | 0.57% | - |
| HSV(B) | 145.71º | 0.83% | 0.96% | - |
| XYZ | 37.98 | 68.04 | 32.25 | - |
| YUV | 172.08 | 104.25 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 246 | 130 | 0.83 | 0 | 0.47 | 0.04 | 145.71 | 0.92 | 0.57 |
| Hex | 2B | F6 | 82 | 53 | 0 | 2F | 4 | 92 | 5C | 39 |
| Octal | 53 | 366 | 202 | 123 | 0 | 57 | 4 | 222 | 134 | 71 |
| Binary | 101011 | 11110110 | 10000010 | 1010011 | 0 | 101111 | 100 | 10010010 | 1011100 | 111001 |
Color Harmonies of #2BF682
Complementary color
Monochromatic Colors of #2BF682
Black with #2BF682
Text Example
Text Example
White with #2BF682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF682; }
p { color: rgb(43,246,130); }
H1.HeaderClassName
{
color: #2BF682;
}
.AnyTagClassName
{
color: #2BF682;
}
</style>
background-color css
<style>
a { background-color: #2BF682; }
a { background-color: rgb(43,246,130); }
div.DivClassName
{
background-color: #2BF682;
}
.BgClassName
{
background-color: #2BF682;
}
</style>
border-color css
<style>
span { border-color: #2BF682; }
span { border-color: rgb(43,246,130); }
td.TdClassName
{
border-color: #2BF682;
}
.TagClassName
{
border-color: #2BF682;
}
</style>