Shades of Spring Green #2BFD7A
Tints of Spring Green #2BFD7A
RGB
CMYK
RGB Variations
Color information
#2BFD7A (or 0x2BFD7A) is known color: Spring Green. HEX triplet: 2B, FD and 7A. RGB value is (43,253,122). Sum of RGB (Red+Green+Blue) = 43+253+122=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 253 (99.22% from 255 or 60.53% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFD7A is #D40285. Grayscale: #AFAFAF. Windows color (decimal): -13894278 or 8060203. OLE color: 8060203.
HSL color Cylindrical-coordinate representation of color #2BFD7A: hue angle of 142.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD7A is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 122 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.01 |
| HSL | 142.57º | 0.98% | 0.58% | - |
| HSV(B) | 142.57º | 0.83% | 0.99% | - |
| XYZ | 39.63 | 72.17 | 30.25 | - |
| YUV | 175.28 | 97.93 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 122 | 0.83 | 0 | 0.52 | 0.01 | 142.57 | 0.98 | 0.58 |
| Hex | 2B | FD | 7A | 53 | 0 | 34 | 1 | 8F | 62 | 3A |
| Octal | 53 | 375 | 172 | 123 | 0 | 64 | 1 | 217 | 142 | 72 |
| Binary | 101011 | 11111101 | 1111010 | 1010011 | 0 | 110100 | 1 | 10001111 | 1100010 | 111010 |
Color Harmonies of #2BFD7A
Complementary color
Monochromatic Colors of #2BFD7A
Black with #2BFD7A
Text Example
Text Example
White with #2BFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD7A; }
p { color: rgb(43,253,122); }
H1.HeaderClassName
{
color: #2BFD7A;
}
.AnyTagClassName
{
color: #2BFD7A;
}
</style>
background-color css
<style>
a { background-color: #2BFD7A; }
a { background-color: rgb(43,253,122); }
div.DivClassName
{
background-color: #2BFD7A;
}
.BgClassName
{
background-color: #2BFD7A;
}
</style>
border-color css
<style>
span { border-color: #2BFD7A; }
span { border-color: rgb(43,253,122); }
td.TdClassName
{
border-color: #2BFD7A;
}
.TagClassName
{
border-color: #2BFD7A;
}
</style>