Shades of Spring Green #2CFA88
Tints of Spring Green #2CFA88
RGB
CMYK
RGB Variations
Color information
#2CFA88 (or 0x2CFA88) is known color: Spring Green. HEX triplet: 2C, FA and 88. RGB value is (44,250,136). Sum of RGB (Red+Green+Blue) = 44+250+136=430 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.23% from 430); Green value is 250 (98.05% from 255 or 58.14% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFA88 is #D30577. Grayscale: #AFAFAF. Windows color (decimal): -13829496 or 8976940. OLE color: 8976940.
HSL color Cylindrical-coordinate representation of color #2CFA88: hue angle of 146.8º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFA88 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 136 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.02 |
| HSL | 146.8º | 0.95% | 0.58% | - |
| HSV(B) | 146.8º | 0.82% | 0.98% | - |
| XYZ | 39.67 | 70.68 | 34.85 | - |
| YUV | 175.41 | 105.75 | 34.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 136 | 0.82 | 0 | 0.46 | 0.02 | 146.8 | 0.95 | 0.58 |
| Hex | 2C | FA | 88 | 52 | 0 | 2E | 2 | 93 | 5F | 3A |
| Octal | 54 | 372 | 210 | 122 | 0 | 56 | 2 | 223 | 137 | 72 |
| Binary | 101100 | 11111010 | 10001000 | 1010010 | 0 | 101110 | 10 | 10010011 | 1011111 | 111010 |
Color Harmonies of #2CFA88
Complementary color
Monochromatic Colors of #2CFA88
Black with #2CFA88
Text Example
Text Example
White with #2CFA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFA88; }
p { color: rgb(44,250,136); }
H1.HeaderClassName
{
color: #2CFA88;
}
.AnyTagClassName
{
color: #2CFA88;
}
</style>
background-color css
<style>
a { background-color: #2CFA88; }
a { background-color: rgb(44,250,136); }
div.DivClassName
{
background-color: #2CFA88;
}
.BgClassName
{
background-color: #2CFA88;
}
</style>
border-color css
<style>
span { border-color: #2CFA88; }
span { border-color: rgb(44,250,136); }
td.TdClassName
{
border-color: #2CFA88;
}
.TagClassName
{
border-color: #2CFA88;
}
</style>