Shades of Spring Green #2CFF72
Tints of Spring Green #2CFF72
RGB
CMYK
RGB Variations
Color information
#2CFF72 (or 0x2CFF72) is known color: Spring Green. HEX triplet: 2C, FF and 72. RGB value is (44,255,114). Sum of RGB (Red+Green+Blue) = 44+255+114=413 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.65% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF72 is #D3008D. Grayscale: #B0B0B0. Windows color (decimal): -13828238 or 7536428. OLE color: 7536428.
HSL color Cylindrical-coordinate representation of color #2CFF72: hue angle of 139.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF72 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 114 | - |
| CMYK | 0.83 | 0 | 0.55 | 0 |
| HSL | 139.91º | 1% | 0.59% | - |
| HSV(B) | 139.91º | 0.83% | 1% | - |
| XYZ | 39.84 | 73.27 | 27.96 | - |
| YUV | 175.84 | 93.1 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 114 | 0.83 | 0 | 0.55 | 0 | 139.91 | 1 | 0.59 |
| Hex | 2C | FF | 72 | 53 | 0 | 37 | 0 | 8C | 64 | 3B |
| Octal | 54 | 377 | 162 | 123 | 0 | 67 | 0 | 214 | 144 | 73 |
| Binary | 101100 | 11111111 | 1110010 | 1010011 | 0 | 110111 | 0 | 10001100 | 1100100 | 111011 |
Color Harmonies of #2CFF72
Complementary color
Monochromatic Colors of #2CFF72
Black with #2CFF72
Text Example
Text Example
White with #2CFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF72; }
p { color: rgb(44,255,114); }
H1.HeaderClassName
{
color: #2CFF72;
}
.AnyTagClassName
{
color: #2CFF72;
}
</style>
background-color css
<style>
a { background-color: #2CFF72; }
a { background-color: rgb(44,255,114); }
div.DivClassName
{
background-color: #2CFF72;
}
.BgClassName
{
background-color: #2CFF72;
}
</style>
border-color css
<style>
span { border-color: #2CFF72; }
span { border-color: rgb(44,255,114); }
td.TdClassName
{
border-color: #2CFF72;
}
.TagClassName
{
border-color: #2CFF72;
}
</style>