Shades of Free Speech Green #2CFA2A
Tints of Free Speech Green #2CFA2A
RGB
CMYK
RGB Variations
Color information
#2CFA2A (or 0x2CFA2A) is known color: Free Speech Green. HEX triplet: 2C, FA and 2A. RGB value is (44,250,42). Sum of RGB (Red+Green+Blue) = 44+250+42=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFA2A is #D305D5. Grayscale: #A5A5A5. Windows color (decimal): -13829590 or 2816556. OLE color: 2816556.
HSL color Cylindrical-coordinate representation of color #2CFA2A: hue angle of 119.42º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFA2A is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 42 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.02 |
| HSL | 119.42º | 0.95% | 0.57% | - |
| HSV(B) | 119.42º | 0.83% | 0.98% | - |
| XYZ | 35.64 | 69.07 | 13.64 | - |
| YUV | 164.69 | 58.75 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 42 | 0.82 | 0 | 0.83 | 0.02 | 119.42 | 0.95 | 0.57 |
| Hex | 2C | FA | 2A | 52 | 0 | 53 | 2 | 77 | 5F | 39 |
| Octal | 54 | 372 | 52 | 122 | 0 | 123 | 2 | 167 | 137 | 71 |
| Binary | 101100 | 11111010 | 101010 | 1010010 | 0 | 1010011 | 10 | 1110111 | 1011111 | 111001 |
Color Harmonies of #2CFA2A
Complementary color
Monochromatic Colors of #2CFA2A
Black with #2CFA2A
Text Example
Text Example
White with #2CFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFA2A; }
p { color: rgb(44,250,42); }
H1.HeaderClassName
{
color: #2CFA2A;
}
.AnyTagClassName
{
color: #2CFA2A;
}
</style>
background-color css
<style>
a { background-color: #2CFA2A; }
a { background-color: rgb(44,250,42); }
div.DivClassName
{
background-color: #2CFA2A;
}
.BgClassName
{
background-color: #2CFA2A;
}
</style>
border-color css
<style>
span { border-color: #2CFA2A; }
span { border-color: rgb(44,250,42); }
td.TdClassName
{
border-color: #2CFA2A;
}
.TagClassName
{
border-color: #2CFA2A;
}
</style>