Shades of Spring Green #2BFF6E
Tints of Spring Green #2BFF6E
RGB
CMYK
RGB Variations
Color information
#2BFF6E (or 0x2BFF6E) is known color: Spring Green. HEX triplet: 2B, FF and 6E. RGB value is (43,255,110). Sum of RGB (Red+Green+Blue) = 43+255+110=408 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.54% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF6E is #D40091. Grayscale: #AFAFAF. Windows color (decimal): -13893778 or 7274283. OLE color: 7274283.
HSL color Cylindrical-coordinate representation of color #2BFF6E: hue angle of 138.96º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF6E is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 110 | - |
| CMYK | 0.83 | 0 | 0.57 | 0 |
| HSL | 138.96º | 1% | 0.58% | - |
| HSV(B) | 138.96º | 0.83% | 1% | - |
| XYZ | 39.57 | 73.16 | 26.79 | - |
| YUV | 175.08 | 91.26 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 110 | 0.83 | 0 | 0.57 | 0 | 138.96 | 1 | 0.58 |
| Hex | 2B | FF | 6E | 53 | 0 | 39 | 0 | 8B | 64 | 3A |
| Octal | 53 | 377 | 156 | 123 | 0 | 71 | 0 | 213 | 144 | 72 |
| Binary | 101011 | 11111111 | 1101110 | 1010011 | 0 | 111001 | 0 | 10001011 | 1100100 | 111010 |
Color Harmonies of #2BFF6E
Complementary color
Monochromatic Colors of #2BFF6E
Black with #2BFF6E
Text Example
Text Example
White with #2BFF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF6E; }
p { color: rgb(43,255,110); }
H1.HeaderClassName
{
color: #2BFF6E;
}
.AnyTagClassName
{
color: #2BFF6E;
}
</style>
background-color css
<style>
a { background-color: #2BFF6E; }
a { background-color: rgb(43,255,110); }
div.DivClassName
{
background-color: #2BFF6E;
}
.BgClassName
{
background-color: #2BFF6E;
}
</style>
border-color css
<style>
span { border-color: #2BFF6E; }
span { border-color: rgb(43,255,110); }
td.TdClassName
{
border-color: #2BFF6E;
}
.TagClassName
{
border-color: #2BFF6E;
}
</style>