Shades of Spring Green #2BFA6B
Tints of Spring Green #2BFA6B
RGB
CMYK
RGB Variations
Color information
#2BFA6B (or 0x2BFA6B) is known color: Spring Green. HEX triplet: 2B, FA and 6B. RGB value is (43,250,107). Sum of RGB (Red+Green+Blue) = 43+250+107=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA6B is #D40594. Grayscale: #ACACAC. Windows color (decimal): -13895061 or 7076395. OLE color: 7076395.
HSL color Cylindrical-coordinate representation of color #2BFA6B: hue angle of 138.55º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA6B is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 107 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.02 |
| HSL | 138.55º | 0.95% | 0.57% | - |
| HSV(B) | 138.55º | 0.83% | 0.98% | - |
| XYZ | 37.84 | 69.95 | 25.42 | - |
| YUV | 171.81 | 91.42 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 107 | 0.83 | 0 | 0.57 | 0.02 | 138.55 | 0.95 | 0.57 |
| Hex | 2B | FA | 6B | 53 | 0 | 39 | 2 | 8B | 5F | 39 |
| Octal | 53 | 372 | 153 | 123 | 0 | 71 | 2 | 213 | 137 | 71 |
| Binary | 101011 | 11111010 | 1101011 | 1010011 | 0 | 111001 | 10 | 10001011 | 1011111 | 111001 |
Color Harmonies of #2BFA6B
Complementary color
Monochromatic Colors of #2BFA6B
Black with #2BFA6B
Text Example
Text Example
White with #2BFA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA6B; }
p { color: rgb(43,250,107); }
H1.HeaderClassName
{
color: #2BFA6B;
}
.AnyTagClassName
{
color: #2BFA6B;
}
</style>
background-color css
<style>
a { background-color: #2BFA6B; }
a { background-color: rgb(43,250,107); }
div.DivClassName
{
background-color: #2BFA6B;
}
.BgClassName
{
background-color: #2BFA6B;
}
</style>
border-color css
<style>
span { border-color: #2BFA6B; }
span { border-color: rgb(43,250,107); }
td.TdClassName
{
border-color: #2BFA6B;
}
.TagClassName
{
border-color: #2BFA6B;
}
</style>