Shades of Spring Green #2CF375
Tints of Spring Green #2CF375
RGB
CMYK
RGB Variations
Color information
#2CF375 (or 0x2CF375) is known color: Spring Green. HEX triplet: 2C, F3 and 75. RGB value is (44,243,117). Sum of RGB (Red+Green+Blue) = 44+243+117=404 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.89% from 404); Green value is 243 (95.31% from 255 or 60.15% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF375 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF375 is #D30C8A. Grayscale: #A9A9A9. Windows color (decimal): -13831307 or 7729964. OLE color: 7729964.
HSL color Cylindrical-coordinate representation of color #2CF375: hue angle of 142.01º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF375 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 117 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.05 |
| HSL | 142.01º | 0.89% | 0.56% | - |
| HSV(B) | 142.01º | 0.82% | 0.95% | - |
| XYZ | 36.3 | 65.92 | 27.64 | - |
| YUV | 169.14 | 98.57 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 117 | 0.82 | 0 | 0.52 | 0.05 | 142.01 | 0.89 | 0.56 |
| Hex | 2C | F3 | 75 | 52 | 0 | 34 | 5 | 8E | 59 | 38 |
| Octal | 54 | 363 | 165 | 122 | 0 | 64 | 5 | 216 | 131 | 70 |
| Binary | 101100 | 11110011 | 1110101 | 1010010 | 0 | 110100 | 101 | 10001110 | 1011001 | 111000 |
Color Harmonies of #2CF375
Complementary color
Monochromatic Colors of #2CF375
Black with #2CF375
Text Example
Text Example
White with #2CF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF375; }
p { color: rgb(44,243,117); }
H1.HeaderClassName
{
color: #2CF375;
}
.AnyTagClassName
{
color: #2CF375;
}
</style>
background-color css
<style>
a { background-color: #2CF375; }
a { background-color: rgb(44,243,117); }
div.DivClassName
{
background-color: #2CF375;
}
.BgClassName
{
background-color: #2CF375;
}
</style>
border-color css
<style>
span { border-color: #2CF375; }
span { border-color: rgb(44,243,117); }
td.TdClassName
{
border-color: #2CF375;
}
.TagClassName
{
border-color: #2CF375;
}
</style>