Shades of Spring Green #2BF588
Tints of Spring Green #2BF588
RGB
CMYK
RGB Variations
Color information
#2BF588 (or 0x2BF588) is known color: Spring Green. HEX triplet: 2B, F5 and 88. RGB value is (43,245,136). Sum of RGB (Red+Green+Blue) = 43+245+136=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 245 (96.09% from 255 or 57.78% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 245 - color contains mainly: green. Hex color #2BF588 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF588 is #D40A77. Grayscale: #ACACAC. Windows color (decimal): -13896312 or 8975659. OLE color: 8975659.
HSL color Cylindrical-coordinate representation of color #2BF588: hue angle of 147.62º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF588 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 245 | 136 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.04 |
| HSL | 147.62º | 0.91% | 0.56% | - |
| HSV(B) | 147.62º | 0.82% | 0.96% | - |
| XYZ | 38.09 | 67.6 | 34.33 | - |
| YUV | 172.18 | 107.58 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 245 | 136 | 0.82 | 0 | 0.44 | 0.04 | 147.62 | 0.91 | 0.56 |
| Hex | 2B | F5 | 88 | 52 | 0 | 2C | 4 | 94 | 5B | 38 |
| Octal | 53 | 365 | 210 | 122 | 0 | 54 | 4 | 224 | 133 | 70 |
| Binary | 101011 | 11110101 | 10001000 | 1010010 | 0 | 101100 | 100 | 10010100 | 1011011 | 111000 |
Color Harmonies of #2BF588
Complementary color
Monochromatic Colors of #2BF588
Black with #2BF588
Text Example
Text Example
White with #2BF588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF588; }
p { color: rgb(43,245,136); }
H1.HeaderClassName
{
color: #2BF588;
}
.AnyTagClassName
{
color: #2BF588;
}
</style>
background-color css
<style>
a { background-color: #2BF588; }
a { background-color: rgb(43,245,136); }
div.DivClassName
{
background-color: #2BF588;
}
.BgClassName
{
background-color: #2BF588;
}
</style>
border-color css
<style>
span { border-color: #2BF588; }
span { border-color: rgb(43,245,136); }
td.TdClassName
{
border-color: #2BF588;
}
.TagClassName
{
border-color: #2BF588;
}
</style>