Shades of Spring Green #2CF384
Tints of Spring Green #2CF384
RGB
CMYK
RGB Variations
Color information
#2CF384 (or 0x2CF384) is known color: Spring Green. HEX triplet: 2C, F3 and 84. RGB value is (44,243,132). Sum of RGB (Red+Green+Blue) = 44+243+132=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF384 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF384 is #D30C7B. Grayscale: #ABABAB. Windows color (decimal): -13831292 or 8713004. OLE color: 8713004.
HSL color Cylindrical-coordinate representation of color #2CF384: hue angle of 146.53º 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 #2CF384 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 132 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.05 |
| HSL | 146.53º | 0.89% | 0.56% | - |
| HSV(B) | 146.53º | 0.82% | 0.95% | - |
| XYZ | 37.25 | 66.3 | 32.66 | - |
| YUV | 170.85 | 106.07 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 132 | 0.82 | 0 | 0.46 | 0.05 | 146.53 | 0.89 | 0.56 |
| Hex | 2C | F3 | 84 | 52 | 0 | 2E | 5 | 93 | 59 | 38 |
| Octal | 54 | 363 | 204 | 122 | 0 | 56 | 5 | 223 | 131 | 70 |
| Binary | 101100 | 11110011 | 10000100 | 1010010 | 0 | 101110 | 101 | 10010011 | 1011001 | 111000 |
Color Harmonies of #2CF384
Complementary color
Monochromatic Colors of #2CF384
Black with #2CF384
Text Example
Text Example
White with #2CF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF384; }
p { color: rgb(44,243,132); }
H1.HeaderClassName
{
color: #2CF384;
}
.AnyTagClassName
{
color: #2CF384;
}
</style>
background-color css
<style>
a { background-color: #2CF384; }
a { background-color: rgb(44,243,132); }
div.DivClassName
{
background-color: #2CF384;
}
.BgClassName
{
background-color: #2CF384;
}
</style>
border-color css
<style>
span { border-color: #2CF384; }
span { border-color: rgb(44,243,132); }
td.TdClassName
{
border-color: #2CF384;
}
.TagClassName
{
border-color: #2CF384;
}
</style>