Shades of Free Speech Green #2CFC2C
Tints of Free Speech Green #2CFC2C
RGB
CMYK
RGB Variations
Color information
#2CFC2C (or 0x2CFC2C) is known color: Free Speech Green. HEX triplet: 2C, FC and 2C. RGB value is (44,252,44). Sum of RGB (Red+Green+Blue) = 44+252+44=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 252 (98.83% from 255 or 74.12% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFC2C is #D303D3. Grayscale: #A6A6A6. Windows color (decimal): -13829076 or 2948140. OLE color: 2948140.
HSL color Cylindrical-coordinate representation of color #2CFC2C: hue angle of 120º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFC2C is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 44 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.01 |
| HSL | 120º | 0.97% | 0.58% | - |
| HSV(B) | 120º | 0.83% | 0.99% | - |
| XYZ | 36.3 | 70.34 | 14.05 | - |
| YUV | 166.1 | 59.09 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 44 | 0.83 | 0 | 0.83 | 0.01 | 120 | 0.97 | 0.58 |
| Hex | 2C | FC | 2C | 53 | 0 | 53 | 1 | 78 | 61 | 3A |
| Octal | 54 | 374 | 54 | 123 | 0 | 123 | 1 | 170 | 141 | 72 |
| Binary | 101100 | 11111100 | 101100 | 1010011 | 0 | 1010011 | 1 | 1111000 | 1100001 | 111010 |
Color Harmonies of #2CFC2C
Complementary color
Monochromatic Colors of #2CFC2C
Black with #2CFC2C
Text Example
Text Example
White with #2CFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFC2C; }
p { color: rgb(44,252,44); }
H1.HeaderClassName
{
color: #2CFC2C;
}
.AnyTagClassName
{
color: #2CFC2C;
}
</style>
background-color css
<style>
a { background-color: #2CFC2C; }
a { background-color: rgb(44,252,44); }
div.DivClassName
{
background-color: #2CFC2C;
}
.BgClassName
{
background-color: #2CFC2C;
}
</style>
border-color css
<style>
span { border-color: #2CFC2C; }
span { border-color: rgb(44,252,44); }
td.TdClassName
{
border-color: #2CFC2C;
}
.TagClassName
{
border-color: #2CFC2C;
}
</style>