Shades of Spring Green #2CF98A
Tints of Spring Green #2CF98A
RGB
CMYK
RGB Variations
Color information
#2CF98A (or 0x2CF98A) is known color: Spring Green. HEX triplet: 2C, F9 and 8A. RGB value is (44,249,138). Sum of RGB (Red+Green+Blue) = 44+249+138=431 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.21% from 431); Green value is 249 (97.66% from 255 or 57.77% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF98A is #D30675. Grayscale: #AFAFAF. Windows color (decimal): -13829750 or 9107756. OLE color: 9107756.
HSL color Cylindrical-coordinate representation of color #2CF98A: hue angle of 147.51º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF98A is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 138 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.02 |
| HSL | 147.51º | 0.94% | 0.57% | - |
| HSV(B) | 147.51º | 0.82% | 0.98% | - |
| XYZ | 39.5 | 70.12 | 35.5 | - |
| YUV | 175.05 | 107.08 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 138 | 0.82 | 0 | 0.45 | 0.02 | 147.51 | 0.94 | 0.57 |
| Hex | 2C | F9 | 8A | 52 | 0 | 2D | 2 | 94 | 5E | 39 |
| Octal | 54 | 371 | 212 | 122 | 0 | 55 | 2 | 224 | 136 | 71 |
| Binary | 101100 | 11111001 | 10001010 | 1010010 | 0 | 101101 | 10 | 10010100 | 1011110 | 111001 |
Color Harmonies of #2CF98A
Complementary color
Monochromatic Colors of #2CF98A
Black with #2CF98A
Text Example
Text Example
White with #2CF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF98A; }
p { color: rgb(44,249,138); }
H1.HeaderClassName
{
color: #2CF98A;
}
.AnyTagClassName
{
color: #2CF98A;
}
</style>
background-color css
<style>
a { background-color: #2CF98A; }
a { background-color: rgb(44,249,138); }
div.DivClassName
{
background-color: #2CF98A;
}
.BgClassName
{
background-color: #2CF98A;
}
</style>
border-color css
<style>
span { border-color: #2CF98A; }
span { border-color: rgb(44,249,138); }
td.TdClassName
{
border-color: #2CF98A;
}
.TagClassName
{
border-color: #2CF98A;
}
</style>