Shades of Spring Green #2CFE85
Tints of Spring Green #2CFE85
RGB
CMYK
RGB Variations
Color information
#2CFE85 (or 0x2CFE85) is known color: Spring Green. HEX triplet: 2C, FE and 85. RGB value is (44,254,133). Sum of RGB (Red+Green+Blue) = 44+254+133=431 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.21% from 431); Green value is 254 (99.61% from 255 or 58.93% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFE85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFE85 is #D3017A. Grayscale: #B1B1B1. Windows color (decimal): -13828475 or 8781356. OLE color: 8781356.
HSL color Cylindrical-coordinate representation of color #2CFE85: hue angle of 145.43º 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 #2CFE85 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 133 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.00 |
| HSL | 145.43º | 0.99% | 0.58% | - |
| HSV(B) | 145.43º | 0.83% | 1% | - |
| XYZ | 40.71 | 73.11 | 34.16 | - |
| YUV | 177.42 | 102.93 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 133 | 0.83 | 0 | 0.48 | 0.00 | 145.43 | 0.99 | 0.58 |
| Hex | 2C | FE | 85 | 53 | 0 | 30 | 0 | 91 | 63 | 3A |
| Octal | 54 | 376 | 205 | 123 | 0 | 60 | 0 | 221 | 143 | 72 |
| Binary | 101100 | 11111110 | 10000101 | 1010011 | 0 | 110000 | 0 | 10010001 | 1100011 | 111010 |
Color Harmonies of #2CFE85
Complementary color
Monochromatic Colors of #2CFE85
Black with #2CFE85
Text Example
Text Example
White with #2CFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFE85; }
p { color: rgb(44,254,133); }
H1.HeaderClassName
{
color: #2CFE85;
}
.AnyTagClassName
{
color: #2CFE85;
}
</style>
background-color css
<style>
a { background-color: #2CFE85; }
a { background-color: rgb(44,254,133); }
div.DivClassName
{
background-color: #2CFE85;
}
.BgClassName
{
background-color: #2CFE85;
}
</style>
border-color css
<style>
span { border-color: #2CFE85; }
span { border-color: rgb(44,254,133); }
td.TdClassName
{
border-color: #2CFE85;
}
.TagClassName
{
border-color: #2CFE85;
}
</style>