Shades of Spring Green #2CFF6F
Tints of Spring Green #2CFF6F
RGB
CMYK
RGB Variations
Color information
#2CFF6F (or 0x2CFF6F) is known color: Spring Green. HEX triplet: 2C, FF and 6F. RGB value is (44,255,111). Sum of RGB (Red+Green+Blue) = 44+255+111=410 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.73% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF6F is #D30090. Grayscale: #AFAFAF. Windows color (decimal): -13828241 or 7339820. OLE color: 7339820.
HSL color Cylindrical-coordinate representation of color #2CFF6F: hue angle of 139.05º 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 #2CFF6F is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 111 | - |
| CMYK | 0.83 | 0 | 0.56 | 0 |
| HSL | 139.05º | 1% | 0.59% | - |
| HSV(B) | 139.05º | 0.83% | 1% | - |
| XYZ | 39.67 | 73.2 | 27.08 | - |
| YUV | 175.5 | 91.6 | 34.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 111 | 0.83 | 0 | 0.56 | 0 | 139.05 | 1 | 0.59 |
| Hex | 2C | FF | 6F | 53 | 0 | 38 | 0 | 8B | 64 | 3B |
| Octal | 54 | 377 | 157 | 123 | 0 | 70 | 0 | 213 | 144 | 73 |
| Binary | 101100 | 11111111 | 1101111 | 1010011 | 0 | 111000 | 0 | 10001011 | 1100100 | 111011 |
Color Harmonies of #2CFF6F
Complementary color
Monochromatic Colors of #2CFF6F
Black with #2CFF6F
Text Example
Text Example
White with #2CFF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF6F; }
p { color: rgb(44,255,111); }
H1.HeaderClassName
{
color: #2CFF6F;
}
.AnyTagClassName
{
color: #2CFF6F;
}
</style>
background-color css
<style>
a { background-color: #2CFF6F; }
a { background-color: rgb(44,255,111); }
div.DivClassName
{
background-color: #2CFF6F;
}
.BgClassName
{
background-color: #2CFF6F;
}
</style>
border-color css
<style>
span { border-color: #2CFF6F; }
span { border-color: rgb(44,255,111); }
td.TdClassName
{
border-color: #2CFF6F;
}
.TagClassName
{
border-color: #2CFF6F;
}
</style>