Shades of Free Speech Green #2CF31C
Tints of Free Speech Green #2CF31C
RGB
CMYK
RGB Variations
Color information
#2CF31C (or 0x2CF31C) is known color: Free Speech Green. HEX triplet: 2C, F3 and 1C. RGB value is (44,243,28). Sum of RGB (Red+Green+Blue) = 44+243+28=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 243 (95.31% from 255 or 77.14% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 243 - color contains mainly: green. Hex color #2CF31C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF31C is #D30CE3. Grayscale: #9F9F9F. Windows color (decimal): -13831396 or 1897260. OLE color: 1897260.
HSL color Cylindrical-coordinate representation of color #2CF31C: hue angle of 115.53º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CF31C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 243 | 28 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.05 |
| HSL | 115.53º | 0.9% | 0.53% | - |
| HSV(B) | 115.53º | 0.88% | 0.95% | - |
| XYZ | 33.3 | 64.72 | 11.84 | - |
| YUV | 158.99 | 54.07 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 243 | 28 | 0.82 | 0 | 0.88 | 0.05 | 115.53 | 0.9 | 0.53 |
| Hex | 2C | F3 | 1C | 52 | 0 | 58 | 5 | 74 | 5A | 35 |
| Octal | 54 | 363 | 34 | 122 | 0 | 130 | 5 | 164 | 132 | 65 |
| Binary | 101100 | 11110011 | 11100 | 1010010 | 0 | 1011000 | 101 | 1110100 | 1011010 | 110101 |
Color Harmonies of #2CF31C
Complementary color
Monochromatic Colors of #2CF31C
Black with #2CF31C
Text Example
Text Example
White with #2CF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF31C; }
p { color: rgb(44,243,28); }
H1.HeaderClassName
{
color: #2CF31C;
}
.AnyTagClassName
{
color: #2CF31C;
}
</style>
background-color css
<style>
a { background-color: #2CF31C; }
a { background-color: rgb(44,243,28); }
div.DivClassName
{
background-color: #2CF31C;
}
.BgClassName
{
background-color: #2CF31C;
}
</style>
border-color css
<style>
span { border-color: #2CF31C; }
span { border-color: rgb(44,243,28); }
td.TdClassName
{
border-color: #2CF31C;
}
.TagClassName
{
border-color: #2CF31C;
}
</style>