Shades of Spring Green #1BE07F
Tints of Spring Green #1BE07F
RGB
CMYK
RGB Variations
Color information
#1BE07F (or 0x1BE07F) is known color: Spring Green. HEX triplet: 1B, E0 and 7F. RGB value is (27,224,127). Sum of RGB (Red+Green+Blue) = 27+224+127=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #1BE07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BE07F is #E41F80. Grayscale: #9A9A9A. Windows color (decimal): -14950273 or 8380443. OLE color: 8380443.
HSL color Cylindrical-coordinate representation of color #1BE07F: hue angle of 150.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE07F is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 224 | 127 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.12 |
| HSL | 150.46º | 0.78% | 0.49% | - |
| HSV(B) | 150.46º | 0.88% | 0.88% | - |
| XYZ | 30.94 | 55.08 | 29.08 | - |
| YUV | 154.04 | 112.73 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 224 | 127 | 0.88 | 0 | 0.43 | 0.12 | 150.46 | 0.78 | 0.49 |
| Hex | 1B | E0 | 7F | 58 | 0 | 2B | C | 96 | 4E | 31 |
| Octal | 33 | 340 | 177 | 130 | 0 | 53 | 14 | 226 | 116 | 61 |
| Binary | 11011 | 11100000 | 1111111 | 1011000 | 0 | 101011 | 1100 | 10010110 | 1001110 | 110001 |
Color Harmonies of #1BE07F
Complementary color
Monochromatic Colors of #1BE07F
Black with #1BE07F
Text Example
Text Example
White with #1BE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BE07F; }
p { color: rgb(27,224,127); }
H1.HeaderClassName
{
color: #1BE07F;
}
.AnyTagClassName
{
color: #1BE07F;
}
</style>
background-color css
<style>
a { background-color: #1BE07F; }
a { background-color: rgb(27,224,127); }
div.DivClassName
{
background-color: #1BE07F;
}
.BgClassName
{
background-color: #1BE07F;
}
</style>
border-color css
<style>
span { border-color: #1BE07F; }
span { border-color: rgb(27,224,127); }
td.TdClassName
{
border-color: #1BE07F;
}
.TagClassName
{
border-color: #1BE07F;
}
</style>