Shades of Spring Green #2BFF6D
Tints of Spring Green #2BFF6D
RGB
CMYK
RGB Variations
Color information
#2BFF6D (or 0x2BFF6D) is known color: Spring Green. HEX triplet: 2B, FF and 6D. RGB value is (43,255,109). Sum of RGB (Red+Green+Blue) = 43+255+109=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF6D is #D40092. Grayscale: #AFAFAF. Windows color (decimal): -13893779 or 7208747. OLE color: 7208747.
HSL color Cylindrical-coordinate representation of color #2BFF6D: hue angle of 138.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF6D is Cyan = 0.83, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 109 | - |
| CMYK | 0.83 | 0 | 0.57 | 0 |
| HSL | 138.68º | 1% | 0.58% | - |
| HSV(B) | 138.68º | 0.83% | 1% | - |
| XYZ | 39.52 | 73.14 | 26.5 | - |
| YUV | 174.97 | 90.76 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 109 | 0.83 | 0 | 0.57 | 0 | 138.68 | 1 | 0.58 |
| Hex | 2B | FF | 6D | 53 | 0 | 39 | 0 | 8B | 64 | 3A |
| Octal | 53 | 377 | 155 | 123 | 0 | 71 | 0 | 213 | 144 | 72 |
| Binary | 101011 | 11111111 | 1101101 | 1010011 | 0 | 111001 | 0 | 10001011 | 1100100 | 111010 |
Color Harmonies of #2BFF6D
Complementary color
Monochromatic Colors of #2BFF6D
Black with #2BFF6D
Text Example
Text Example
White with #2BFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF6D; }
p { color: rgb(43,255,109); }
H1.HeaderClassName
{
color: #2BFF6D;
}
.AnyTagClassName
{
color: #2BFF6D;
}
</style>
background-color css
<style>
a { background-color: #2BFF6D; }
a { background-color: rgb(43,255,109); }
div.DivClassName
{
background-color: #2BFF6D;
}
.BgClassName
{
background-color: #2BFF6D;
}
</style>
border-color css
<style>
span { border-color: #2BFF6D; }
span { border-color: rgb(43,255,109); }
td.TdClassName
{
border-color: #2BFF6D;
}
.TagClassName
{
border-color: #2BFF6D;
}
</style>