Shades of Spring Green #1BFE70
Tints of Spring Green #1BFE70
RGB
CMYK
RGB Variations
Color information
#1BFE70 (or 0x1BFE70) is known color: Spring Green. HEX triplet: 1B, FE and 70. RGB value is (27,254,112). Sum of RGB (Red+Green+Blue) = 27+254+112=393 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.87% from 393); Green value is 254 (99.61% from 255 or 64.63% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 254 - color contains mainly: green. Hex color #1BFE70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1BFE70 is #E4018F. Grayscale: #AAAAAA. Windows color (decimal): -14942608 or 7405083. OLE color: 7405083.
HSL color Cylindrical-coordinate representation of color #1BFE70: hue angle of 142.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFE70 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 254 | 112 | - |
| CMYK | 0.89 | 0 | 0.56 | 0.00 |
| HSL | 142.47º | 0.99% | 0.55% | - |
| HSV(B) | 142.47º | 0.89% | 1% | - |
| XYZ | 38.82 | 72.29 | 27.24 | - |
| YUV | 169.94 | 95.29 | 26.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 254 | 112 | 0.89 | 0 | 0.56 | 0.00 | 142.47 | 0.99 | 0.55 |
| Hex | 1B | FE | 70 | 59 | 0 | 38 | 0 | 8E | 63 | 37 |
| Octal | 33 | 376 | 160 | 131 | 0 | 70 | 0 | 216 | 143 | 67 |
| Binary | 11011 | 11111110 | 1110000 | 1011001 | 0 | 111000 | 0 | 10001110 | 1100011 | 110111 |
Color Harmonies of #1BFE70
Complementary color
Monochromatic Colors of #1BFE70
Black with #1BFE70
Text Example
Text Example
White with #1BFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFE70; }
p { color: rgb(27,254,112); }
H1.HeaderClassName
{
color: #1BFE70;
}
.AnyTagClassName
{
color: #1BFE70;
}
</style>
background-color css
<style>
a { background-color: #1BFE70; }
a { background-color: rgb(27,254,112); }
div.DivClassName
{
background-color: #1BFE70;
}
.BgClassName
{
background-color: #1BFE70;
}
</style>
border-color css
<style>
span { border-color: #1BFE70; }
span { border-color: rgb(27,254,112); }
td.TdClassName
{
border-color: #1BFE70;
}
.TagClassName
{
border-color: #1BFE70;
}
</style>