Shades of Spring Green #2CEC7A
Tints of Spring Green #2CEC7A
RGB
CMYK
RGB Variations
Color information
#2CEC7A (or 0x2CEC7A) is known color: Spring Green. HEX triplet: 2C, EC and 7A. RGB value is (44,236,122). Sum of RGB (Red+Green+Blue) = 44+236+122=402 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.95% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEC7A is #D31385. Grayscale: #A5A5A5. Windows color (decimal): -13833094 or 8055852. OLE color: 8055852.
HSL color Cylindrical-coordinate representation of color #2CEC7A: hue angle of 144.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEC7A is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 122 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.07 |
| HSL | 144.38º | 0.83% | 0.55% | - |
| HSV(B) | 144.38º | 0.81% | 0.93% | - |
| XYZ | 34.55 | 61.93 | 28.55 | - |
| YUV | 165.6 | 103.39 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 122 | 0.81 | 0 | 0.48 | 0.07 | 144.38 | 0.83 | 0.55 |
| Hex | 2C | EC | 7A | 51 | 0 | 30 | 7 | 90 | 53 | 37 |
| Octal | 54 | 354 | 172 | 121 | 0 | 60 | 7 | 220 | 123 | 67 |
| Binary | 101100 | 11101100 | 1111010 | 1010001 | 0 | 110000 | 111 | 10010000 | 1010011 | 110111 |
Color Harmonies of #2CEC7A
Complementary color
Monochromatic Colors of #2CEC7A
Black with #2CEC7A
Text Example
Text Example
White with #2CEC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC7A; }
p { color: rgb(44,236,122); }
H1.HeaderClassName
{
color: #2CEC7A;
}
.AnyTagClassName
{
color: #2CEC7A;
}
</style>
background-color css
<style>
a { background-color: #2CEC7A; }
a { background-color: rgb(44,236,122); }
div.DivClassName
{
background-color: #2CEC7A;
}
.BgClassName
{
background-color: #2CEC7A;
}
</style>
border-color css
<style>
span { border-color: #2CEC7A; }
span { border-color: rgb(44,236,122); }
td.TdClassName
{
border-color: #2CEC7A;
}
.TagClassName
{
border-color: #2CEC7A;
}
</style>