Shades of Spring Green #2BF385
Tints of Spring Green #2BF385
RGB
CMYK
RGB Variations
Color information
#2BF385 (or 0x2BF385) is known color: Spring Green. HEX triplet: 2B, F3 and 85. RGB value is (43,243,133). Sum of RGB (Red+Green+Blue) = 43+243+133=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #2BF385 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF385 is #D40C7A. Grayscale: #AAAAAA. Windows color (decimal): -13896827 or 8778539. OLE color: 8778539.
HSL color Cylindrical-coordinate representation of color #2BF385: hue angle of 147º 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 #2BF385 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 243 | 133 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.05 |
| HSL | 147º | 0.89% | 0.56% | - |
| HSV(B) | 147º | 0.82% | 0.95% | - |
| XYZ | 37.28 | 66.31 | 33.02 | - |
| YUV | 170.66 | 106.74 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 243 | 133 | 0.82 | 0 | 0.45 | 0.05 | 147 | 0.89 | 0.56 |
| Hex | 2B | F3 | 85 | 52 | 0 | 2D | 5 | 93 | 59 | 38 |
| Octal | 53 | 363 | 205 | 122 | 0 | 55 | 5 | 223 | 131 | 70 |
| Binary | 101011 | 11110011 | 10000101 | 1010010 | 0 | 101101 | 101 | 10010011 | 1011001 | 111000 |
Color Harmonies of #2BF385
Complementary color
Monochromatic Colors of #2BF385
Black with #2BF385
Text Example
Text Example
White with #2BF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF385; }
p { color: rgb(43,243,133); }
H1.HeaderClassName
{
color: #2BF385;
}
.AnyTagClassName
{
color: #2BF385;
}
</style>
background-color css
<style>
a { background-color: #2BF385; }
a { background-color: rgb(43,243,133); }
div.DivClassName
{
background-color: #2BF385;
}
.BgClassName
{
background-color: #2BF385;
}
</style>
border-color css
<style>
span { border-color: #2BF385; }
span { border-color: rgb(43,243,133); }
td.TdClassName
{
border-color: #2BF385;
}
.TagClassName
{
border-color: #2BF385;
}
</style>