Shades of Spring Green #2CF484
Tints of Spring Green #2CF484
RGB
CMYK
RGB Variations
Color information
#2CF484 (or 0x2CF484) is known color: Spring Green. HEX triplet: 2C, F4 and 84. RGB value is (44,244,132). Sum of RGB (Red+Green+Blue) = 44+244+132=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 244 (95.70% from 255 or 58.10% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 244 - color contains mainly: green. Hex color #2CF484 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF484 is #D30B7B. Grayscale: #ABABAB. Windows color (decimal): -13831036 or 8713260. OLE color: 8713260.
HSL color Cylindrical-coordinate representation of color #2CF484: hue angle of 146.4º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF484 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 244 | 132 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.04 |
| HSL | 146.4º | 0.9% | 0.56% | - |
| HSV(B) | 146.4º | 0.82% | 0.96% | - |
| XYZ | 37.55 | 66.9 | 32.76 | - |
| YUV | 171.43 | 105.74 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 244 | 132 | 0.82 | 0 | 0.46 | 0.04 | 146.4 | 0.9 | 0.56 |
| Hex | 2C | F4 | 84 | 52 | 0 | 2E | 4 | 92 | 5A | 38 |
| Octal | 54 | 364 | 204 | 122 | 0 | 56 | 4 | 222 | 132 | 70 |
| Binary | 101100 | 11110100 | 10000100 | 1010010 | 0 | 101110 | 100 | 10010010 | 1011010 | 111000 |
Color Harmonies of #2CF484
Complementary color
Monochromatic Colors of #2CF484
Black with #2CF484
Text Example
Text Example
White with #2CF484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF484; }
p { color: rgb(44,244,132); }
H1.HeaderClassName
{
color: #2CF484;
}
.AnyTagClassName
{
color: #2CF484;
}
</style>
background-color css
<style>
a { background-color: #2CF484; }
a { background-color: rgb(44,244,132); }
div.DivClassName
{
background-color: #2CF484;
}
.BgClassName
{
background-color: #2CF484;
}
</style>
border-color css
<style>
span { border-color: #2CF484; }
span { border-color: rgb(44,244,132); }
td.TdClassName
{
border-color: #2CF484;
}
.TagClassName
{
border-color: #2CF484;
}
</style>