Shades of Spring Green #2BFB6D
Tints of Spring Green #2BFB6D
RGB
CMYK
RGB Variations
Color information
#2BFB6D (or 0x2BFB6D) is known color: Spring Green. HEX triplet: 2B, FB and 6D. RGB value is (43,251,109). Sum of RGB (Red+Green+Blue) = 43+251+109=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 251 (98.44% from 255 or 62.28% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFB6D is #D40492. Grayscale: #ACACAC. Windows color (decimal): -13894803 or 7207723. OLE color: 7207723.
HSL color Cylindrical-coordinate representation of color #2BFB6D: hue angle of 139.04º 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 #2BFB6D is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 109 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.02 |
| HSL | 139.04º | 0.96% | 0.58% | - |
| HSV(B) | 139.04º | 0.83% | 0.98% | - |
| XYZ | 38.25 | 70.61 | 26.08 | - |
| YUV | 172.62 | 92.09 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 109 | 0.83 | 0 | 0.57 | 0.02 | 139.04 | 0.96 | 0.58 |
| Hex | 2B | FB | 6D | 53 | 0 | 39 | 2 | 8B | 60 | 3A |
| Octal | 53 | 373 | 155 | 123 | 0 | 71 | 2 | 213 | 140 | 72 |
| Binary | 101011 | 11111011 | 1101101 | 1010011 | 0 | 111001 | 10 | 10001011 | 1100000 | 111010 |
Color Harmonies of #2BFB6D
Complementary color
Monochromatic Colors of #2BFB6D
Black with #2BFB6D
Text Example
Text Example
White with #2BFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB6D; }
p { color: rgb(43,251,109); }
H1.HeaderClassName
{
color: #2BFB6D;
}
.AnyTagClassName
{
color: #2BFB6D;
}
</style>
background-color css
<style>
a { background-color: #2BFB6D; }
a { background-color: rgb(43,251,109); }
div.DivClassName
{
background-color: #2BFB6D;
}
.BgClassName
{
background-color: #2BFB6D;
}
</style>
border-color css
<style>
span { border-color: #2BFB6D; }
span { border-color: rgb(43,251,109); }
td.TdClassName
{
border-color: #2BFB6D;
}
.TagClassName
{
border-color: #2BFB6D;
}
</style>