Shades of Spring Green #1BF070
Tints of Spring Green #1BF070
RGB
CMYK
RGB Variations
Color information
#1BF070 (or 0x1BF070) is known color: Spring Green. HEX triplet: 1B, F0 and 70. RGB value is (27,240,112). Sum of RGB (Red+Green+Blue) = 27+240+112=379 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.12% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #1BF070 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BF070 is #E40F8F. Grayscale: #A2A2A2. Windows color (decimal): -14946192 or 7401499. OLE color: 7401499.
HSL color Cylindrical-coordinate representation of color #1BF070: hue angle of 143.94º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF070 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 27 | 240 | 112 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.06 |
| HSL | 143.94º | 0.88% | 0.52% | - |
| HSV(B) | 143.94º | 0.89% | 0.94% | - |
| XYZ | 34.54 | 63.72 | 25.81 | - |
| YUV | 161.72 | 99.93 | 31.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 240 | 112 | 0.89 | 0 | 0.53 | 0.06 | 143.94 | 0.88 | 0.52 |
| Hex | 1B | F0 | 70 | 59 | 0 | 35 | 6 | 90 | 58 | 34 |
| Octal | 33 | 360 | 160 | 131 | 0 | 65 | 6 | 220 | 130 | 64 |
| Binary | 11011 | 11110000 | 1110000 | 1011001 | 0 | 110101 | 110 | 10010000 | 1011000 | 110100 |
Color Harmonies of #1BF070
Complementary color
Monochromatic Colors of #1BF070
Black with #1BF070
Text Example
Text Example
White with #1BF070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF070; }
p { color: rgb(27,240,112); }
H1.HeaderClassName
{
color: #1BF070;
}
.AnyTagClassName
{
color: #1BF070;
}
</style>
background-color css
<style>
a { background-color: #1BF070; }
a { background-color: rgb(27,240,112); }
div.DivClassName
{
background-color: #1BF070;
}
.BgClassName
{
background-color: #1BF070;
}
</style>
border-color css
<style>
span { border-color: #1BF070; }
span { border-color: rgb(27,240,112); }
td.TdClassName
{
border-color: #1BF070;
}
.TagClassName
{
border-color: #1BF070;
}
</style>