Shades of Spring Green #2BFE6E
Tints of Spring Green #2BFE6E
RGB
CMYK
RGB Variations
Color information
#2BFE6E (or 0x2BFE6E) is known color: Spring Green. HEX triplet: 2B, FE and 6E. RGB value is (43,254,110). Sum of RGB (Red+Green+Blue) = 43+254+110=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 254 (99.61% from 255 or 62.41% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFE6E is #D40191. Grayscale: #AEAEAE. Windows color (decimal): -13894034 or 7274027. OLE color: 7274027.
HSL color Cylindrical-coordinate representation of color #2BFE6E: hue angle of 139.05º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFE6E is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 110 | - |
| CMYK | 0.83 | 0 | 0.57 | 0.00 |
| HSL | 139.05º | 0.99% | 0.58% | - |
| HSV(B) | 139.05º | 0.83% | 1% | - |
| XYZ | 39.25 | 72.52 | 26.68 | - |
| YUV | 174.5 | 91.6 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 110 | 0.83 | 0 | 0.57 | 0.00 | 139.05 | 0.99 | 0.58 |
| Hex | 2B | FE | 6E | 53 | 0 | 39 | 0 | 8B | 63 | 3A |
| Octal | 53 | 376 | 156 | 123 | 0 | 71 | 0 | 213 | 143 | 72 |
| Binary | 101011 | 11111110 | 1101110 | 1010011 | 0 | 111001 | 0 | 10001011 | 1100011 | 111010 |
Color Harmonies of #2BFE6E
Complementary color
Monochromatic Colors of #2BFE6E
Black with #2BFE6E
Text Example
Text Example
White with #2BFE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFE6E; }
p { color: rgb(43,254,110); }
H1.HeaderClassName
{
color: #2BFE6E;
}
.AnyTagClassName
{
color: #2BFE6E;
}
</style>
background-color css
<style>
a { background-color: #2BFE6E; }
a { background-color: rgb(43,254,110); }
div.DivClassName
{
background-color: #2BFE6E;
}
.BgClassName
{
background-color: #2BFE6E;
}
</style>
border-color css
<style>
span { border-color: #2BFE6E; }
span { border-color: rgb(43,254,110); }
td.TdClassName
{
border-color: #2BFE6E;
}
.TagClassName
{
border-color: #2BFE6E;
}
</style>