Shades of Free Speech Green #2CFC1F
Tints of Free Speech Green #2CFC1F
RGB
CMYK
RGB Variations
Color information
#2CFC1F (or 0x2CFC1F) is known color: Free Speech Green. HEX triplet: 2C, FC and 1F. RGB value is (44,252,31). Sum of RGB (Red+Green+Blue) = 44+252+31=327 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.46% from 327); Green value is 252 (98.83% from 255 or 77.06% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFC1F is #D303E0. Grayscale: #A5A5A5. Windows color (decimal): -13829089 or 2096172. OLE color: 2096172.
HSL color Cylindrical-coordinate representation of color #2CFC1F: hue angle of 116.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CFC1F is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 31 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.01 |
| HSL | 116.47º | 0.97% | 0.55% | - |
| HSV(B) | 116.47º | 0.88% | 0.99% | - |
| XYZ | 36.1 | 70.26 | 12.95 | - |
| YUV | 164.61 | 52.59 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 31 | 0.83 | 0 | 0.88 | 0.01 | 116.47 | 0.97 | 0.55 |
| Hex | 2C | FC | 1F | 53 | 0 | 58 | 1 | 74 | 61 | 37 |
| Octal | 54 | 374 | 37 | 123 | 0 | 130 | 1 | 164 | 141 | 67 |
| Binary | 101100 | 11111100 | 11111 | 1010011 | 0 | 1011000 | 1 | 1110100 | 1100001 | 110111 |
Color Harmonies of #2CFC1F
Complementary color
Monochromatic Colors of #2CFC1F
Black with #2CFC1F
Text Example
Text Example
White with #2CFC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFC1F; }
p { color: rgb(44,252,31); }
H1.HeaderClassName
{
color: #2CFC1F;
}
.AnyTagClassName
{
color: #2CFC1F;
}
</style>
background-color css
<style>
a { background-color: #2CFC1F; }
a { background-color: rgb(44,252,31); }
div.DivClassName
{
background-color: #2CFC1F;
}
.BgClassName
{
background-color: #2CFC1F;
}
</style>
border-color css
<style>
span { border-color: #2CFC1F; }
span { border-color: rgb(44,252,31); }
td.TdClassName
{
border-color: #2CFC1F;
}
.TagClassName
{
border-color: #2CFC1F;
}
</style>