Shades of Spring Green #2BF372
Tints of Spring Green #2BF372
RGB
CMYK
RGB Variations
Color information
#2BF372 (or 0x2BF372) is known color: Spring Green. HEX triplet: 2B, F3 and 72. RGB value is (43,243,114). Sum of RGB (Red+Green+Blue) = 43+243+114=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 243 (95.31% from 255 or 60.75% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF372 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF372 is #D40C8D. Grayscale: #A8A8A8. Windows color (decimal): -13896846 or 7533355. OLE color: 7533355.
HSL color Cylindrical-coordinate representation of color #2BF372: hue angle of 141.3º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF372 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 114 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.05 |
| HSL | 141.3º | 0.89% | 0.56% | - |
| HSV(B) | 141.3º | 0.82% | 0.95% | - |
| XYZ | 36.08 | 65.83 | 26.72 | - |
| YUV | 168.49 | 97.24 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 114 | 0.82 | 0 | 0.53 | 0.05 | 141.3 | 0.89 | 0.56 |
| Hex | 2B | F3 | 72 | 52 | 0 | 35 | 5 | 8D | 59 | 38 |
| Octal | 53 | 363 | 162 | 122 | 0 | 65 | 5 | 215 | 131 | 70 |
| Binary | 101011 | 11110011 | 1110010 | 1010010 | 0 | 110101 | 101 | 10001101 | 1011001 | 111000 |
Color Harmonies of #2BF372
Complementary color
Monochromatic Colors of #2BF372
Black with #2BF372
Text Example
Text Example
White with #2BF372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF372; }
p { color: rgb(43,243,114); }
H1.HeaderClassName
{
color: #2BF372;
}
.AnyTagClassName
{
color: #2BF372;
}
</style>
background-color css
<style>
a { background-color: #2BF372; }
a { background-color: rgb(43,243,114); }
div.DivClassName
{
background-color: #2BF372;
}
.BgClassName
{
background-color: #2BF372;
}
</style>
border-color css
<style>
span { border-color: #2BF372; }
span { border-color: rgb(43,243,114); }
td.TdClassName
{
border-color: #2BF372;
}
.TagClassName
{
border-color: #2BF372;
}
</style>