Shades of Spring Green #2CF67E
Tints of Spring Green #2CF67E
RGB
CMYK
RGB Variations
Color information
#2CF67E (or 0x2CF67E) is known color: Spring Green. HEX triplet: 2C, F6 and 7E. RGB value is (44,246,126). Sum of RGB (Red+Green+Blue) = 44+246+126=416 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.58% from 416); Green value is 246 (96.48% from 255 or 59.13% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF67E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF67E is #D30981. Grayscale: #ACACAC. Windows color (decimal): -13830530 or 8320556. OLE color: 8320556.
HSL color Cylindrical-coordinate representation of color #2CF67E: hue angle of 144.36º 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 #2CF67E is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 126 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.04 |
| HSL | 144.36º | 0.92% | 0.57% | - |
| HSV(B) | 144.36º | 0.82% | 0.96% | - |
| XYZ | 37.76 | 67.95 | 30.86 | - |
| YUV | 171.92 | 102.08 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 126 | 0.82 | 0 | 0.49 | 0.04 | 144.36 | 0.92 | 0.57 |
| Hex | 2C | F6 | 7E | 52 | 0 | 31 | 4 | 90 | 5C | 39 |
| Octal | 54 | 366 | 176 | 122 | 0 | 61 | 4 | 220 | 134 | 71 |
| Binary | 101100 | 11110110 | 1111110 | 1010010 | 0 | 110001 | 100 | 10010000 | 1011100 | 111001 |
Color Harmonies of #2CF67E
Complementary color
Monochromatic Colors of #2CF67E
Black with #2CF67E
Text Example
Text Example
White with #2CF67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF67E; }
p { color: rgb(44,246,126); }
H1.HeaderClassName
{
color: #2CF67E;
}
.AnyTagClassName
{
color: #2CF67E;
}
</style>
background-color css
<style>
a { background-color: #2CF67E; }
a { background-color: rgb(44,246,126); }
div.DivClassName
{
background-color: #2CF67E;
}
.BgClassName
{
background-color: #2CF67E;
}
</style>
border-color css
<style>
span { border-color: #2CF67E; }
span { border-color: rgb(44,246,126); }
td.TdClassName
{
border-color: #2CF67E;
}
.TagClassName
{
border-color: #2CF67E;
}
</style>