Shades of Spring Green #2BFB6B
Tints of Spring Green #2BFB6B
RGB
CMYK
RGB Variations
Color information
#2BFB6B (or 0x2BFB6B) is known color: Spring Green. HEX triplet: 2B, FB and 6B. RGB value is (43,251,107). Sum of RGB (Red+Green+Blue) = 43+251+107=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 251 (98.44% from 255 or 62.59% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFB6B is #D40494. Grayscale: #ACACAC. Windows color (decimal): -13894805 or 7076651. OLE color: 7076651.
HSL color Cylindrical-coordinate representation of color #2BFB6B: hue angle of 138.46º 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 #2BFB6B is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 107 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.02 |
| HSL | 138.46º | 0.96% | 0.58% | - |
| HSV(B) | 138.46º | 0.83% | 0.98% | - |
| XYZ | 38.15 | 70.57 | 25.52 | - |
| YUV | 172.39 | 91.09 | 35.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 107 | 0.83 | 0 | 0.57 | 0.02 | 138.46 | 0.96 | 0.58 |
| Hex | 2B | FB | 6B | 53 | 0 | 39 | 2 | 8A | 60 | 3A |
| Octal | 53 | 373 | 153 | 123 | 0 | 71 | 2 | 212 | 140 | 72 |
| Binary | 101011 | 11111011 | 1101011 | 1010011 | 0 | 111001 | 10 | 10001010 | 1100000 | 111010 |
Color Harmonies of #2BFB6B
Complementary color
Monochromatic Colors of #2BFB6B
Black with #2BFB6B
Text Example
Text Example
White with #2BFB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB6B; }
p { color: rgb(43,251,107); }
H1.HeaderClassName
{
color: #2BFB6B;
}
.AnyTagClassName
{
color: #2BFB6B;
}
</style>
background-color css
<style>
a { background-color: #2BFB6B; }
a { background-color: rgb(43,251,107); }
div.DivClassName
{
background-color: #2BFB6B;
}
.BgClassName
{
background-color: #2BFB6B;
}
</style>
border-color css
<style>
span { border-color: #2BFB6B; }
span { border-color: rgb(43,251,107); }
td.TdClassName
{
border-color: #2BFB6B;
}
.TagClassName
{
border-color: #2BFB6B;
}
</style>