Shades of Spring Green #2BF97C
Tints of Spring Green #2BF97C
RGB
CMYK
RGB Variations
Color information
#2BF97C (or 0x2BF97C) is known color: Spring Green. HEX triplet: 2B, F9 and 7C. RGB value is (43,249,124). Sum of RGB (Red+Green+Blue) = 43+249+124=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 249 (97.66% from 255 or 59.86% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF97C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF97C is #D40683. Grayscale: #ADADAD. Windows color (decimal): -13895300 or 8190251. OLE color: 8190251.
HSL color Cylindrical-coordinate representation of color #2BF97C: hue angle of 143.59º 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 #2BF97C is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 124 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.02 |
| HSL | 143.59º | 0.94% | 0.57% | - |
| HSV(B) | 143.59º | 0.83% | 0.98% | - |
| XYZ | 38.51 | 69.72 | 30.5 | - |
| YUV | 173.16 | 100.25 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 124 | 0.83 | 0 | 0.50 | 0.02 | 143.59 | 0.94 | 0.57 |
| Hex | 2B | F9 | 7C | 53 | 0 | 32 | 2 | 90 | 5E | 39 |
| Octal | 53 | 371 | 174 | 123 | 0 | 62 | 2 | 220 | 136 | 71 |
| Binary | 101011 | 11111001 | 1111100 | 1010011 | 0 | 110010 | 10 | 10010000 | 1011110 | 111001 |
Color Harmonies of #2BF97C
Complementary color
Monochromatic Colors of #2BF97C
Black with #2BF97C
Text Example
Text Example
White with #2BF97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF97C; }
p { color: rgb(43,249,124); }
H1.HeaderClassName
{
color: #2BF97C;
}
.AnyTagClassName
{
color: #2BF97C;
}
</style>
background-color css
<style>
a { background-color: #2BF97C; }
a { background-color: rgb(43,249,124); }
div.DivClassName
{
background-color: #2BF97C;
}
.BgClassName
{
background-color: #2BF97C;
}
</style>
border-color css
<style>
span { border-color: #2BF97C; }
span { border-color: rgb(43,249,124); }
td.TdClassName
{
border-color: #2BF97C;
}
.TagClassName
{
border-color: #2BF97C;
}
</style>