Shades of Spring Green #2BF178
Tints of Spring Green #2BF178
RGB
CMYK
RGB Variations
Color information
#2BF178 (or 0x2BF178) is known color: Spring Green. HEX triplet: 2B, F1 and 78. RGB value is (43,241,120). Sum of RGB (Red+Green+Blue) = 43+241+120=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #2BF178 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF178 is #D40E87. Grayscale: #A8A8A8. Windows color (decimal): -13897352 or 7926059. OLE color: 7926059.
HSL color Cylindrical-coordinate representation of color #2BF178: hue angle of 143.33º degrees, saturation: 0.88, 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 #2BF178 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 241 | 120 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.05 |
| HSL | 143.33º | 0.88% | 0.56% | - |
| HSV(B) | 143.33º | 0.82% | 0.95% | - |
| XYZ | 35.84 | 64.78 | 28.38 | - |
| YUV | 168 | 100.9 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 241 | 120 | 0.82 | 0 | 0.50 | 0.05 | 143.33 | 0.88 | 0.56 |
| Hex | 2B | F1 | 78 | 52 | 0 | 32 | 5 | 8F | 58 | 38 |
| Octal | 53 | 361 | 170 | 122 | 0 | 62 | 5 | 217 | 130 | 70 |
| Binary | 101011 | 11110001 | 1111000 | 1010010 | 0 | 110010 | 101 | 10001111 | 1011000 | 111000 |
Color Harmonies of #2BF178
Complementary color
Monochromatic Colors of #2BF178
Black with #2BF178
Text Example
Text Example
White with #2BF178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF178; }
p { color: rgb(43,241,120); }
H1.HeaderClassName
{
color: #2BF178;
}
.AnyTagClassName
{
color: #2BF178;
}
</style>
background-color css
<style>
a { background-color: #2BF178; }
a { background-color: rgb(43,241,120); }
div.DivClassName
{
background-color: #2BF178;
}
.BgClassName
{
background-color: #2BF178;
}
</style>
border-color css
<style>
span { border-color: #2BF178; }
span { border-color: rgb(43,241,120); }
td.TdClassName
{
border-color: #2BF178;
}
.TagClassName
{
border-color: #2BF178;
}
</style>