Shades of Spring Green #2CFE8E
Tints of Spring Green #2CFE8E
RGB
CMYK
RGB Variations
Color information
#2CFE8E (or 0x2CFE8E) is known color: Spring Green. HEX triplet: 2C, FE and 8E. RGB value is (44,254,142). Sum of RGB (Red+Green+Blue) = 44+254+142=440 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFE8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFE8E is #D30171. Grayscale: #B2B2B2. Windows color (decimal): -13828466 or 9371180. OLE color: 9371180.
HSL color Cylindrical-coordinate representation of color #2CFE8E: hue angle of 148º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFE8E is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 142 | - |
| CMYK | 0.83 | 0 | 0.44 | 0.00 |
| HSL | 148º | 0.99% | 0.58% | - |
| HSV(B) | 148º | 0.83% | 1% | - |
| XYZ | 41.36 | 73.37 | 37.57 | - |
| YUV | 178.44 | 107.43 | 32.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 142 | 0.83 | 0 | 0.44 | 0.00 | 148 | 0.99 | 0.58 |
| Hex | 2C | FE | 8E | 53 | 0 | 2C | 0 | 94 | 63 | 3A |
| Octal | 54 | 376 | 216 | 123 | 0 | 54 | 0 | 224 | 143 | 72 |
| Binary | 101100 | 11111110 | 10001110 | 1010011 | 0 | 101100 | 0 | 10010100 | 1100011 | 111010 |
Color Harmonies of #2CFE8E
Complementary color
Monochromatic Colors of #2CFE8E
Black with #2CFE8E
Text Example
Text Example
White with #2CFE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFE8E; }
p { color: rgb(44,254,142); }
H1.HeaderClassName
{
color: #2CFE8E;
}
.AnyTagClassName
{
color: #2CFE8E;
}
</style>
background-color css
<style>
a { background-color: #2CFE8E; }
a { background-color: rgb(44,254,142); }
div.DivClassName
{
background-color: #2CFE8E;
}
.BgClassName
{
background-color: #2CFE8E;
}
</style>
border-color css
<style>
span { border-color: #2CFE8E; }
span { border-color: rgb(44,254,142); }
td.TdClassName
{
border-color: #2CFE8E;
}
.TagClassName
{
border-color: #2CFE8E;
}
</style>