Shades of Spring Green #2BFD7D
Tints of Spring Green #2BFD7D
RGB
CMYK
RGB Variations
Color information
#2BFD7D (or 0x2BFD7D) is known color: Spring Green. HEX triplet: 2B, FD and 7D. RGB value is (43,253,125). Sum of RGB (Red+Green+Blue) = 43+253+125=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 253 (99.22% from 255 or 60.10% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFD7D is #D40282. Grayscale: #AFAFAF. Windows color (decimal): -13894275 or 8256811. OLE color: 8256811.
HSL color Cylindrical-coordinate representation of color #2BFD7D: hue angle of 143.43º 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 #2BFD7D is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 125 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.01 |
| HSL | 143.43º | 0.98% | 0.58% | - |
| HSV(B) | 143.43º | 0.83% | 0.99% | - |
| XYZ | 39.82 | 72.24 | 31.25 | - |
| YUV | 175.62 | 99.43 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 125 | 0.83 | 0 | 0.51 | 0.01 | 143.43 | 0.98 | 0.58 |
| Hex | 2B | FD | 7D | 53 | 0 | 33 | 1 | 8F | 62 | 3A |
| Octal | 53 | 375 | 175 | 123 | 0 | 63 | 1 | 217 | 142 | 72 |
| Binary | 101011 | 11111101 | 1111101 | 1010011 | 0 | 110011 | 1 | 10001111 | 1100010 | 111010 |
Color Harmonies of #2BFD7D
Complementary color
Monochromatic Colors of #2BFD7D
Black with #2BFD7D
Text Example
Text Example
White with #2BFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD7D; }
p { color: rgb(43,253,125); }
H1.HeaderClassName
{
color: #2BFD7D;
}
.AnyTagClassName
{
color: #2BFD7D;
}
</style>
background-color css
<style>
a { background-color: #2BFD7D; }
a { background-color: rgb(43,253,125); }
div.DivClassName
{
background-color: #2BFD7D;
}
.BgClassName
{
background-color: #2BFD7D;
}
</style>
border-color css
<style>
span { border-color: #2BFD7D; }
span { border-color: rgb(43,253,125); }
td.TdClassName
{
border-color: #2BFD7D;
}
.TagClassName
{
border-color: #2BFD7D;
}
</style>