Shades of Spring Green #0BE384
Tints of Spring Green #0BE384
RGB
CMYK
RGB Variations
Color information
#0BE384 (or 0x0BE384) is known color: Spring Green. HEX triplet: 0B, E3 and 84. RGB value is (11,227,132). Sum of RGB (Red+Green+Blue) = 11+227+132=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 227 (89.06% from 255 or 61.35% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE384 is #F41C7B. Grayscale: #979797. Windows color (decimal): -15998076 or 8708875. OLE color: 8708875.
HSL color Cylindrical-coordinate representation of color #0BE384: hue angle of 153.61º 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 #0BE384 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 227 | 132 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.11 |
| HSL | 153.61º | 0.91% | 0.47% | - |
| HSV(B) | 153.61º | 0.95% | 0.89% | - |
| XYZ | 31.77 | 56.68 | 31.09 | - |
| YUV | 151.59 | 116.94 | 27.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 227 | 132 | 0.95 | 0 | 0.42 | 0.11 | 153.61 | 0.91 | 0.47 |
| Hex | B | E3 | 84 | 5F | 0 | 2A | B | 9A | 5B | 2F |
| Octal | 13 | 343 | 204 | 137 | 0 | 52 | 13 | 232 | 133 | 57 |
| Binary | 1011 | 11100011 | 10000100 | 1011111 | 0 | 101010 | 1011 | 10011010 | 1011011 | 101111 |
Color Harmonies of #0BE384
Complementary color
Monochromatic Colors of #0BE384
Black with #0BE384
Text Example
Text Example
White with #0BE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE384; }
p { color: rgb(11,227,132); }
H1.HeaderClassName
{
color: #0BE384;
}
.AnyTagClassName
{
color: #0BE384;
}
</style>
background-color css
<style>
a { background-color: #0BE384; }
a { background-color: rgb(11,227,132); }
div.DivClassName
{
background-color: #0BE384;
}
.BgClassName
{
background-color: #0BE384;
}
</style>
border-color css
<style>
span { border-color: #0BE384; }
span { border-color: rgb(11,227,132); }
td.TdClassName
{
border-color: #0BE384;
}
.TagClassName
{
border-color: #0BE384;
}
</style>