Shades of Spring Green #2BF96B
Tints of Spring Green #2BF96B
RGB
CMYK
RGB Variations
Color information
#2BF96B (or 0x2BF96B) is known color: Spring Green. HEX triplet: 2B, F9 and 6B. RGB value is (43,249,107). Sum of RGB (Red+Green+Blue) = 43+249+107=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 249 (97.66% from 255 or 62.41% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF96B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF96B is #D40694. Grayscale: #ABABAB. Windows color (decimal): -13895317 or 7076139. OLE color: 7076139.
HSL color Cylindrical-coordinate representation of color #2BF96B: hue angle of 138.64º degrees, saturation: 0.94, 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 #2BF96B is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 107 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.02 |
| HSL | 138.64º | 0.94% | 0.57% | - |
| HSV(B) | 138.64º | 0.83% | 0.98% | - |
| XYZ | 37.53 | 69.33 | 25.31 | - |
| YUV | 171.22 | 91.75 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 107 | 0.83 | 0 | 0.57 | 0.02 | 138.64 | 0.94 | 0.57 |
| Hex | 2B | F9 | 6B | 53 | 0 | 39 | 2 | 8B | 5E | 39 |
| Octal | 53 | 371 | 153 | 123 | 0 | 71 | 2 | 213 | 136 | 71 |
| Binary | 101011 | 11111001 | 1101011 | 1010011 | 0 | 111001 | 10 | 10001011 | 1011110 | 111001 |
Color Harmonies of #2BF96B
Complementary color
Monochromatic Colors of #2BF96B
Black with #2BF96B
Text Example
Text Example
White with #2BF96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF96B; }
p { color: rgb(43,249,107); }
H1.HeaderClassName
{
color: #2BF96B;
}
.AnyTagClassName
{
color: #2BF96B;
}
</style>
background-color css
<style>
a { background-color: #2BF96B; }
a { background-color: rgb(43,249,107); }
div.DivClassName
{
background-color: #2BF96B;
}
.BgClassName
{
background-color: #2BF96B;
}
</style>
border-color css
<style>
span { border-color: #2BF96B; }
span { border-color: rgb(43,249,107); }
td.TdClassName
{
border-color: #2BF96B;
}
.TagClassName
{
border-color: #2BF96B;
}
</style>