Shades of Free Speech Green #2CFC2B
Tints of Free Speech Green #2CFC2B
RGB
CMYK
RGB Variations
Color information
#2CFC2B (or 0x2CFC2B) is known color: Free Speech Green. HEX triplet: 2C, FC and 2B. RGB value is (44,252,43). Sum of RGB (Red+Green+Blue) = 44+252+43=339 (44% of max value = 765). Red value is 44 (17.58% from 255 or 12.98% from 339); Green value is 252 (98.83% from 255 or 74.34% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFC2B is #D303D4. Grayscale: #A6A6A6. Windows color (decimal): -13829077 or 2882604. OLE color: 2882604.
HSL color Cylindrical-coordinate representation of color #2CFC2B: hue angle of 119.71º 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 #2CFC2B is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 43 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.01 |
| HSL | 119.71º | 0.97% | 0.58% | - |
| HSV(B) | 119.71º | 0.83% | 0.99% | - |
| XYZ | 36.29 | 70.33 | 13.95 | - |
| YUV | 165.98 | 58.59 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 43 | 0.83 | 0 | 0.83 | 0.01 | 119.71 | 0.97 | 0.58 |
| Hex | 2C | FC | 2B | 53 | 0 | 53 | 1 | 78 | 61 | 3A |
| Octal | 54 | 374 | 53 | 123 | 0 | 123 | 1 | 170 | 141 | 72 |
| Binary | 101100 | 11111100 | 101011 | 1010011 | 0 | 1010011 | 1 | 1111000 | 1100001 | 111010 |
Color Harmonies of #2CFC2B
Complementary color
Monochromatic Colors of #2CFC2B
Black with #2CFC2B
Text Example
Text Example
White with #2CFC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFC2B; }
p { color: rgb(44,252,43); }
H1.HeaderClassName
{
color: #2CFC2B;
}
.AnyTagClassName
{
color: #2CFC2B;
}
</style>
background-color css
<style>
a { background-color: #2CFC2B; }
a { background-color: rgb(44,252,43); }
div.DivClassName
{
background-color: #2CFC2B;
}
.BgClassName
{
background-color: #2CFC2B;
}
</style>
border-color css
<style>
span { border-color: #2CFC2B; }
span { border-color: rgb(44,252,43); }
td.TdClassName
{
border-color: #2CFC2B;
}
.TagClassName
{
border-color: #2CFC2B;
}
</style>