Shades of Spring Green #1BF48C
Tints of Spring Green #1BF48C
RGB
CMYK
RGB Variations
Color information
#1BF48C (or 0x1BF48C) is known color: Spring Green. HEX triplet: 1B, F4 and 8C. RGB value is (27,244,140). Sum of RGB (Red+Green+Blue) = 27+244+140=411 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.57% from 411); Green value is 244 (95.70% from 255 or 59.37% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 244 - color contains mainly: green. Hex color #1BF48C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BF48C is #E40B73. Grayscale: #A7A7A7. Windows color (decimal): -14945140 or 9237531. OLE color: 9237531.
HSL color Cylindrical-coordinate representation of color #1BF48C: hue angle of 151.24º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF48C is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 27 | 244 | 140 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.04 |
| HSL | 151.24º | 0.91% | 0.53% | - |
| HSV(B) | 151.24º | 0.89% | 0.96% | - |
| XYZ | 37.54 | 66.83 | 35.73 | - |
| YUV | 167.26 | 112.61 | 27.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 244 | 140 | 0.89 | 0 | 0.43 | 0.04 | 151.24 | 0.91 | 0.53 |
| Hex | 1B | F4 | 8C | 59 | 0 | 2B | 4 | 97 | 5B | 35 |
| Octal | 33 | 364 | 214 | 131 | 0 | 53 | 4 | 227 | 133 | 65 |
| Binary | 11011 | 11110100 | 10001100 | 1011001 | 0 | 101011 | 100 | 10010111 | 1011011 | 110101 |
Color Harmonies of #1BF48C
Complementary color
Monochromatic Colors of #1BF48C
Black with #1BF48C
Text Example
Text Example
White with #1BF48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BF48C; }
p { color: rgb(27,244,140); }
H1.HeaderClassName
{
color: #1BF48C;
}
.AnyTagClassName
{
color: #1BF48C;
}
</style>
background-color css
<style>
a { background-color: #1BF48C; }
a { background-color: rgb(27,244,140); }
div.DivClassName
{
background-color: #1BF48C;
}
.BgClassName
{
background-color: #1BF48C;
}
</style>
border-color css
<style>
span { border-color: #1BF48C; }
span { border-color: rgb(27,244,140); }
td.TdClassName
{
border-color: #1BF48C;
}
.TagClassName
{
border-color: #1BF48C;
}
</style>