Shades of Spring Green #2BFF8E
Tints of Spring Green #2BFF8E
RGB
CMYK
RGB Variations
Color information
#2BFF8E (or 0x2BFF8E) is known color: Spring Green. HEX triplet: 2B, FF and 8E. RGB value is (43,255,142). Sum of RGB (Red+Green+Blue) = 43+255+142=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFF8E is #D40071. Grayscale: #B2B2B2. Windows color (decimal): -13893746 or 9371435. OLE color: 9371435.
HSL color Cylindrical-coordinate representation of color #2BFF8E: hue angle of 148.02º 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 #2BFF8E is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 142 | - |
| CMYK | 0.83 | 0 | 0.44 | 0 |
| HSL | 148.02º | 1% | 0.58% | - |
| HSV(B) | 148.02º | 0.83% | 1% | - |
| XYZ | 41.64 | 73.99 | 37.68 | - |
| YUV | 178.73 | 107.26 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 142 | 0.83 | 0 | 0.44 | 0 | 148.02 | 1 | 0.58 |
| Hex | 2B | FF | 8E | 53 | 0 | 2C | 0 | 94 | 64 | 3A |
| Octal | 53 | 377 | 216 | 123 | 0 | 54 | 0 | 224 | 144 | 72 |
| Binary | 101011 | 11111111 | 10001110 | 1010011 | 0 | 101100 | 0 | 10010100 | 1100100 | 111010 |
Color Harmonies of #2BFF8E
Complementary color
Monochromatic Colors of #2BFF8E
Black with #2BFF8E
Text Example
Text Example
White with #2BFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF8E; }
p { color: rgb(43,255,142); }
H1.HeaderClassName
{
color: #2BFF8E;
}
.AnyTagClassName
{
color: #2BFF8E;
}
</style>
background-color css
<style>
a { background-color: #2BFF8E; }
a { background-color: rgb(43,255,142); }
div.DivClassName
{
background-color: #2BFF8E;
}
.BgClassName
{
background-color: #2BFF8E;
}
</style>
border-color css
<style>
span { border-color: #2BFF8E; }
span { border-color: rgb(43,255,142); }
td.TdClassName
{
border-color: #2BFF8E;
}
.TagClassName
{
border-color: #2BFF8E;
}
</style>