Shades of Spring Green #2CF675
Tints of Spring Green #2CF675
RGB
CMYK
RGB Variations
Color information
#2CF675 (or 0x2CF675) is known color: Spring Green. HEX triplet: 2C, F6 and 75. RGB value is (44,246,117). Sum of RGB (Red+Green+Blue) = 44+246+117=407 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.81% from 407); Green value is 246 (96.48% from 255 or 60.44% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF675 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF675 is #D3098A. Grayscale: #ABABAB. Windows color (decimal): -13830539 or 7730732. OLE color: 7730732.
HSL color Cylindrical-coordinate representation of color #2CF675: hue angle of 141.68º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF675 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 117 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.04 |
| HSL | 141.68º | 0.92% | 0.57% | - |
| HSV(B) | 141.68º | 0.82% | 0.96% | - |
| XYZ | 37.21 | 67.73 | 27.94 | - |
| YUV | 170.9 | 97.58 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 117 | 0.82 | 0 | 0.52 | 0.04 | 141.68 | 0.92 | 0.57 |
| Hex | 2C | F6 | 75 | 52 | 0 | 34 | 4 | 8E | 5C | 39 |
| Octal | 54 | 366 | 165 | 122 | 0 | 64 | 4 | 216 | 134 | 71 |
| Binary | 101100 | 11110110 | 1110101 | 1010010 | 0 | 110100 | 100 | 10001110 | 1011100 | 111001 |
Color Harmonies of #2CF675
Complementary color
Monochromatic Colors of #2CF675
Black with #2CF675
Text Example
Text Example
White with #2CF675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF675; }
p { color: rgb(44,246,117); }
H1.HeaderClassName
{
color: #2CF675;
}
.AnyTagClassName
{
color: #2CF675;
}
</style>
background-color css
<style>
a { background-color: #2CF675; }
a { background-color: rgb(44,246,117); }
div.DivClassName
{
background-color: #2CF675;
}
.BgClassName
{
background-color: #2CF675;
}
</style>
border-color css
<style>
span { border-color: #2CF675; }
span { border-color: rgb(44,246,117); }
td.TdClassName
{
border-color: #2CF675;
}
.TagClassName
{
border-color: #2CF675;
}
</style>