Shades of Spring Green #21F280
Tints of Spring Green #21F280
RGB
CMYK
RGB Variations
Color information
#21F280 (or 0x21F280) is known color: Spring Green. HEX triplet: 21, F2 and 80. RGB value is (33,242,128). Sum of RGB (Red+Green+Blue) = 33+242+128=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 242 (94.92% from 255 or 60.05% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 242 - color contains mainly: green. Hex color #21F280 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #21F280 is #DE0D7F. Grayscale: #A6A6A6. Windows color (decimal): -14552448 or 8450593. OLE color: 8450593.
HSL color Cylindrical-coordinate representation of color #21F280: hue angle of 147.27º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F280 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 128 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.05 |
| HSL | 147.27º | 0.89% | 0.54% | - |
| HSV(B) | 147.27º | 0.86% | 0.95% | - |
| XYZ | 36.28 | 65.39 | 31.13 | - |
| YUV | 166.51 | 106.26 | 32.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 128 | 0.86 | 0 | 0.47 | 0.05 | 147.27 | 0.89 | 0.54 |
| Hex | 21 | F2 | 80 | 56 | 0 | 2F | 5 | 93 | 59 | 36 |
| Octal | 41 | 362 | 200 | 126 | 0 | 57 | 5 | 223 | 131 | 66 |
| Binary | 100001 | 11110010 | 10000000 | 1010110 | 0 | 101111 | 101 | 10010011 | 1011001 | 110110 |
Color Harmonies of #21F280
Complementary color
Monochromatic Colors of #21F280
Black with #21F280
Text Example
Text Example
White with #21F280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F280; }
p { color: rgb(33,242,128); }
H1.HeaderClassName
{
color: #21F280;
}
.AnyTagClassName
{
color: #21F280;
}
</style>
background-color css
<style>
a { background-color: #21F280; }
a { background-color: rgb(33,242,128); }
div.DivClassName
{
background-color: #21F280;
}
.BgClassName
{
background-color: #21F280;
}
</style>
border-color css
<style>
span { border-color: #21F280; }
span { border-color: rgb(33,242,128); }
td.TdClassName
{
border-color: #21F280;
}
.TagClassName
{
border-color: #21F280;
}
</style>