Shades of Spring Green #2CF97A
Tints of Spring Green #2CF97A
RGB
CMYK
RGB Variations
Color information
#2CF97A (or 0x2CF97A) is known color: Spring Green. HEX triplet: 2C, F9 and 7A. RGB value is (44,249,122). Sum of RGB (Red+Green+Blue) = 44+249+122=415 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.60% from 415); Green value is 249 (97.66% from 255 or 60% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF97A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF97A is #D30685. Grayscale: #ADADAD. Windows color (decimal): -13829766 or 8059180. OLE color: 8059180.
HSL color Cylindrical-coordinate representation of color #2CF97A: hue angle of 142.83º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF97A is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 122 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.02 |
| HSL | 142.83º | 0.94% | 0.57% | - |
| HSV(B) | 142.83º | 0.82% | 0.98% | - |
| XYZ | 38.43 | 69.69 | 29.84 | - |
| YUV | 173.23 | 99.08 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 122 | 0.82 | 0 | 0.51 | 0.02 | 142.83 | 0.94 | 0.57 |
| Hex | 2C | F9 | 7A | 52 | 0 | 33 | 2 | 8F | 5E | 39 |
| Octal | 54 | 371 | 172 | 122 | 0 | 63 | 2 | 217 | 136 | 71 |
| Binary | 101100 | 11111001 | 1111010 | 1010010 | 0 | 110011 | 10 | 10001111 | 1011110 | 111001 |
Color Harmonies of #2CF97A
Complementary color
Monochromatic Colors of #2CF97A
Black with #2CF97A
Text Example
Text Example
White with #2CF97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF97A; }
p { color: rgb(44,249,122); }
H1.HeaderClassName
{
color: #2CF97A;
}
.AnyTagClassName
{
color: #2CF97A;
}
</style>
background-color css
<style>
a { background-color: #2CF97A; }
a { background-color: rgb(44,249,122); }
div.DivClassName
{
background-color: #2CF97A;
}
.BgClassName
{
background-color: #2CF97A;
}
</style>
border-color css
<style>
span { border-color: #2CF97A; }
span { border-color: rgb(44,249,122); }
td.TdClassName
{
border-color: #2CF97A;
}
.TagClassName
{
border-color: #2CF97A;
}
</style>