Shades of Spring Green #0BE37F
Tints of Spring Green #0BE37F
RGB
CMYK
RGB Variations
Color information
#0BE37F (or 0x0BE37F) is known color: Spring Green. HEX triplet: 0B, E3 and 7F. RGB value is (11,227,127). Sum of RGB (Red+Green+Blue) = 11+227+127=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 227 (89.06% from 255 or 62.19% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE37F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BE37F is #F41C80. Grayscale: #979797. Windows color (decimal): -15998081 or 8381195. OLE color: 8381195.
HSL color Cylindrical-coordinate representation of color #0BE37F: hue angle of 152.22º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE37F is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 127 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.11 |
| HSL | 152.22º | 0.91% | 0.47% | - |
| HSV(B) | 152.22º | 0.95% | 0.89% | - |
| XYZ | 31.44 | 56.54 | 29.34 | - |
| YUV | 151.02 | 114.44 | 28.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 127 | 0.95 | 0 | 0.44 | 0.11 | 152.22 | 0.91 | 0.47 |
| Hex | B | E3 | 7F | 5F | 0 | 2C | B | 98 | 5B | 2F |
| Octal | 13 | 343 | 177 | 137 | 0 | 54 | 13 | 230 | 133 | 57 |
| Binary | 1011 | 11100011 | 1111111 | 1011111 | 0 | 101100 | 1011 | 10011000 | 1011011 | 101111 |
Color Harmonies of #0BE37F
Complementary color
Monochromatic Colors of #0BE37F
Black with #0BE37F
Text Example
Text Example
White with #0BE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE37F; }
p { color: rgb(11,227,127); }
H1.HeaderClassName
{
color: #0BE37F;
}
.AnyTagClassName
{
color: #0BE37F;
}
</style>
background-color css
<style>
a { background-color: #0BE37F; }
a { background-color: rgb(11,227,127); }
div.DivClassName
{
background-color: #0BE37F;
}
.BgClassName
{
background-color: #0BE37F;
}
</style>
border-color css
<style>
span { border-color: #0BE37F; }
span { border-color: rgb(11,227,127); }
td.TdClassName
{
border-color: #0BE37F;
}
.TagClassName
{
border-color: #0BE37F;
}
</style>