Shades of Spring Green #0BE484
Tints of Spring Green #0BE484
RGB
CMYK
RGB Variations
Color information
#0BE484 (or 0x0BE484) is known color: Spring Green. HEX triplet: 0B, E4 and 84. RGB value is (11,228,132). Sum of RGB (Red+Green+Blue) = 11+228+132=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 228 (89.45% from 255 or 61.46% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE484 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE484 is #F41B7B. Grayscale: #989898. Windows color (decimal): -15997820 or 8709131. OLE color: 8709131.
HSL color Cylindrical-coordinate representation of color #0BE484: hue angle of 153.46º 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 #0BE484 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 228 | 132 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.11 |
| HSL | 153.46º | 0.91% | 0.47% | - |
| HSV(B) | 153.46º | 0.95% | 0.89% | - |
| XYZ | 32.05 | 57.22 | 31.19 | - |
| YUV | 152.17 | 116.61 | 27.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 228 | 132 | 0.95 | 0 | 0.42 | 0.11 | 153.46 | 0.91 | 0.47 |
| Hex | B | E4 | 84 | 5F | 0 | 2A | B | 99 | 5B | 2F |
| Octal | 13 | 344 | 204 | 137 | 0 | 52 | 13 | 231 | 133 | 57 |
| Binary | 1011 | 11100100 | 10000100 | 1011111 | 0 | 101010 | 1011 | 10011001 | 1011011 | 101111 |
Color Harmonies of #0BE484
Complementary color
Monochromatic Colors of #0BE484
Black with #0BE484
Text Example
Text Example
White with #0BE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE484; }
p { color: rgb(11,228,132); }
H1.HeaderClassName
{
color: #0BE484;
}
.AnyTagClassName
{
color: #0BE484;
}
</style>
background-color css
<style>
a { background-color: #0BE484; }
a { background-color: rgb(11,228,132); }
div.DivClassName
{
background-color: #0BE484;
}
.BgClassName
{
background-color: #0BE484;
}
</style>
border-color css
<style>
span { border-color: #0BE484; }
span { border-color: rgb(11,228,132); }
td.TdClassName
{
border-color: #0BE484;
}
.TagClassName
{
border-color: #0BE484;
}
</style>