Shades of Spring Green #20F270
Tints of Spring Green #20F270
RGB
CMYK
RGB Variations
Color information
#20F270 (or 0x20F270) is known color: Spring Green. HEX triplet: 20, F2 and 70. RGB value is (32,242,112). Sum of RGB (Red+Green+Blue) = 32+242+112=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 242 (94.92% from 255 or 62.69% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 242 - color contains mainly: green. Hex color #20F270 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F270 is #DF0D8F. Grayscale: #A4A4A4. Windows color (decimal): -14618000 or 7402016. OLE color: 7402016.
HSL color Cylindrical-coordinate representation of color #20F270: hue angle of 142.86º degrees, saturation: 0.89, 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 #20F270 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 242 | 112 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.05 |
| HSL | 142.86º | 0.89% | 0.54% | - |
| HSV(B) | 142.86º | 0.87% | 0.95% | - |
| XYZ | 35.27 | 64.98 | 26.01 | - |
| YUV | 164.39 | 98.43 | 33.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 242 | 112 | 0.87 | 0 | 0.54 | 0.05 | 142.86 | 0.89 | 0.54 |
| Hex | 20 | F2 | 70 | 57 | 0 | 36 | 5 | 8F | 59 | 36 |
| Octal | 40 | 362 | 160 | 127 | 0 | 66 | 5 | 217 | 131 | 66 |
| Binary | 100000 | 11110010 | 1110000 | 1010111 | 0 | 110110 | 101 | 10001111 | 1011001 | 110110 |
Color Harmonies of #20F270
Complementary color
Monochromatic Colors of #20F270
Black with #20F270
Text Example
Text Example
White with #20F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F270; }
p { color: rgb(32,242,112); }
H1.HeaderClassName
{
color: #20F270;
}
.AnyTagClassName
{
color: #20F270;
}
</style>
background-color css
<style>
a { background-color: #20F270; }
a { background-color: rgb(32,242,112); }
div.DivClassName
{
background-color: #20F270;
}
.BgClassName
{
background-color: #20F270;
}
</style>
border-color css
<style>
span { border-color: #20F270; }
span { border-color: rgb(32,242,112); }
td.TdClassName
{
border-color: #20F270;
}
.TagClassName
{
border-color: #20F270;
}
</style>