Shades of Spring Green #1BED70
Tints of Spring Green #1BED70
RGB
CMYK
RGB Variations
Color information
#1BED70 (or 0x1BED70) is known color: Spring Green. HEX triplet: 1B, ED and 70. RGB value is (27,237,112). Sum of RGB (Red+Green+Blue) = 27+237+112=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 237 (92.97% from 255 or 63.03% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 237 - color contains mainly: green. Hex color #1BED70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BED70 is #E4128F. Grayscale: #A0A0A0. Windows color (decimal): -14946960 or 7400731. OLE color: 7400731.
HSL color Cylindrical-coordinate representation of color #1BED70: hue angle of 144.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BED70 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 237 | 112 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.07 |
| HSL | 144.29º | 0.85% | 0.52% | - |
| HSV(B) | 144.29º | 0.89% | 0.93% | - |
| XYZ | 33.66 | 61.97 | 25.52 | - |
| YUV | 159.96 | 100.93 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 237 | 112 | 0.89 | 0 | 0.53 | 0.07 | 144.29 | 0.85 | 0.52 |
| Hex | 1B | ED | 70 | 59 | 0 | 35 | 7 | 90 | 55 | 34 |
| Octal | 33 | 355 | 160 | 131 | 0 | 65 | 7 | 220 | 125 | 64 |
| Binary | 11011 | 11101101 | 1110000 | 1011001 | 0 | 110101 | 111 | 10010000 | 1010101 | 110100 |
Color Harmonies of #1BED70
Complementary color
Monochromatic Colors of #1BED70
Black with #1BED70
Text Example
Text Example
White with #1BED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BED70; }
p { color: rgb(27,237,112); }
H1.HeaderClassName
{
color: #1BED70;
}
.AnyTagClassName
{
color: #1BED70;
}
</style>
background-color css
<style>
a { background-color: #1BED70; }
a { background-color: rgb(27,237,112); }
div.DivClassName
{
background-color: #1BED70;
}
.BgClassName
{
background-color: #1BED70;
}
</style>
border-color css
<style>
span { border-color: #1BED70; }
span { border-color: rgb(27,237,112); }
td.TdClassName
{
border-color: #1BED70;
}
.TagClassName
{
border-color: #1BED70;
}
</style>