Shades of Spring Green #2BFB6A
Tints of Spring Green #2BFB6A
RGB
CMYK
RGB Variations
Color information
#2BFB6A (or 0x2BFB6A) is known color: Spring Green. HEX triplet: 2B, FB and 6A. RGB value is (43,251,106). Sum of RGB (Red+Green+Blue) = 43+251+106=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 251 (98.44% from 255 or 62.75% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFB6A is #D40495. Grayscale: #ACACAC. Windows color (decimal): -13894806 or 7011115. OLE color: 7011115.
HSL color Cylindrical-coordinate representation of color #2BFB6A: hue angle of 138.17º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFB6A is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 106 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.02 |
| HSL | 138.17º | 0.96% | 0.58% | - |
| HSV(B) | 138.17º | 0.83% | 0.98% | - |
| XYZ | 38.09 | 70.55 | 25.25 | - |
| YUV | 172.28 | 90.59 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 106 | 0.83 | 0 | 0.58 | 0.02 | 138.17 | 0.96 | 0.58 |
| Hex | 2B | FB | 6A | 53 | 0 | 3A | 2 | 8A | 60 | 3A |
| Octal | 53 | 373 | 152 | 123 | 0 | 72 | 2 | 212 | 140 | 72 |
| Binary | 101011 | 11111011 | 1101010 | 1010011 | 0 | 111010 | 10 | 10001010 | 1100000 | 111010 |
Color Harmonies of #2BFB6A
Complementary color
Monochromatic Colors of #2BFB6A
Black with #2BFB6A
Text Example
Text Example
White with #2BFB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB6A; }
p { color: rgb(43,251,106); }
H1.HeaderClassName
{
color: #2BFB6A;
}
.AnyTagClassName
{
color: #2BFB6A;
}
</style>
background-color css
<style>
a { background-color: #2BFB6A; }
a { background-color: rgb(43,251,106); }
div.DivClassName
{
background-color: #2BFB6A;
}
.BgClassName
{
background-color: #2BFB6A;
}
</style>
border-color css
<style>
span { border-color: #2BFB6A; }
span { border-color: rgb(43,251,106); }
td.TdClassName
{
border-color: #2BFB6A;
}
.TagClassName
{
border-color: #2BFB6A;
}
</style>