Shades of Spring Green #2BF56F
Tints of Spring Green #2BF56F
RGB
CMYK
RGB Variations
Color information
#2BF56F (or 0x2BF56F) is known color: Spring Green. HEX triplet: 2B, F5 and 6F. RGB value is (43,245,111). Sum of RGB (Red+Green+Blue) = 43+245+111=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 245 (96.09% from 255 or 61.40% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF56F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF56F is #D40A90. Grayscale: #A9A9A9. Windows color (decimal): -13896337 or 7337259. OLE color: 7337259.
HSL color Cylindrical-coordinate representation of color #2BF56F: hue angle of 140.2º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF56F is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 111 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.04 |
| HSL | 140.2º | 0.91% | 0.56% | - |
| HSV(B) | 140.2º | 0.82% | 0.96% | - |
| XYZ | 36.52 | 66.97 | 26.04 | - |
| YUV | 169.33 | 95.08 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 111 | 0.82 | 0 | 0.55 | 0.04 | 140.2 | 0.91 | 0.56 |
| Hex | 2B | F5 | 6F | 52 | 0 | 37 | 4 | 8C | 5B | 38 |
| Octal | 53 | 365 | 157 | 122 | 0 | 67 | 4 | 214 | 133 | 70 |
| Binary | 101011 | 11110101 | 1101111 | 1010010 | 0 | 110111 | 100 | 10001100 | 1011011 | 111000 |
Color Harmonies of #2BF56F
Complementary color
Monochromatic Colors of #2BF56F
Black with #2BF56F
Text Example
Text Example
White with #2BF56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF56F; }
p { color: rgb(43,245,111); }
H1.HeaderClassName
{
color: #2BF56F;
}
.AnyTagClassName
{
color: #2BF56F;
}
</style>
background-color css
<style>
a { background-color: #2BF56F; }
a { background-color: rgb(43,245,111); }
div.DivClassName
{
background-color: #2BF56F;
}
.BgClassName
{
background-color: #2BF56F;
}
</style>
border-color css
<style>
span { border-color: #2BF56F; }
span { border-color: rgb(43,245,111); }
td.TdClassName
{
border-color: #2BF56F;
}
.TagClassName
{
border-color: #2BF56F;
}
</style>