Shades of Spring Green #20F180
Tints of Spring Green #20F180
RGB
CMYK
RGB Variations
Color information
#20F180 (or 0x20F180) is known color: Spring Green. HEX triplet: 20, F1 and 80. RGB value is (32,241,128). Sum of RGB (Red+Green+Blue) = 32+241+128=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 241 (94.53% from 255 or 60.10% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 241 - color contains mainly: green. Hex color #20F180 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20F180 is #DF0E7F. Grayscale: #A5A5A5. Windows color (decimal): -14618240 or 8450336. OLE color: 8450336.
HSL color Cylindrical-coordinate representation of color #20F180: hue angle of 147.56º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F180 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 241 | 128 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.05 |
| HSL | 147.56º | 0.88% | 0.54% | - |
| HSV(B) | 147.56º | 0.87% | 0.95% | - |
| XYZ | 35.95 | 64.78 | 31.03 | - |
| YUV | 165.63 | 106.76 | 32.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 241 | 128 | 0.87 | 0 | 0.47 | 0.05 | 147.56 | 0.88 | 0.54 |
| Hex | 20 | F1 | 80 | 57 | 0 | 2F | 5 | 94 | 58 | 36 |
| Octal | 40 | 361 | 200 | 127 | 0 | 57 | 5 | 224 | 130 | 66 |
| Binary | 100000 | 11110001 | 10000000 | 1010111 | 0 | 101111 | 101 | 10010100 | 1011000 | 110110 |
Color Harmonies of #20F180
Complementary color
Monochromatic Colors of #20F180
Black with #20F180
Text Example
Text Example
White with #20F180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F180; }
p { color: rgb(32,241,128); }
H1.HeaderClassName
{
color: #20F180;
}
.AnyTagClassName
{
color: #20F180;
}
</style>
background-color css
<style>
a { background-color: #20F180; }
a { background-color: rgb(32,241,128); }
div.DivClassName
{
background-color: #20F180;
}
.BgClassName
{
background-color: #20F180;
}
</style>
border-color css
<style>
span { border-color: #20F180; }
span { border-color: rgb(32,241,128); }
td.TdClassName
{
border-color: #20F180;
}
.TagClassName
{
border-color: #20F180;
}
</style>