Shades of Free Speech Green #2CFF2E
Tints of Free Speech Green #2CFF2E
RGB
CMYK
RGB Variations
Color information
#2CFF2E (or 0x2CFF2E) is known color: Free Speech Green. HEX triplet: 2C, FF and 2E. RGB value is (44,255,46). Sum of RGB (Red+Green+Blue) = 44+255+46=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF2E is #D300D1. Grayscale: #A8A8A8. Windows color (decimal): -13828306 or 3079980. OLE color: 3079980.
HSL color Cylindrical-coordinate representation of color #2CFF2E: hue angle of 120.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF2E is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 46 | - |
| CMYK | 0.83 | 0 | 0.82 | 0 |
| HSL | 120.57º | 1% | 0.59% | - |
| HSV(B) | 120.57º | 0.83% | 1% | - |
| XYZ | 37.29 | 72.25 | 14.57 | - |
| YUV | 168.09 | 59.1 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 46 | 0.83 | 0 | 0.82 | 0 | 120.57 | 1 | 0.59 |
| Hex | 2C | FF | 2E | 53 | 0 | 52 | 0 | 79 | 64 | 3B |
| Octal | 54 | 377 | 56 | 123 | 0 | 122 | 0 | 171 | 144 | 73 |
| Binary | 101100 | 11111111 | 101110 | 1010011 | 0 | 1010010 | 0 | 1111001 | 1100100 | 111011 |
Color Harmonies of #2CFF2E
Complementary color
Monochromatic Colors of #2CFF2E
Black with #2CFF2E
Text Example
Text Example
White with #2CFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF2E; }
p { color: rgb(44,255,46); }
H1.HeaderClassName
{
color: #2CFF2E;
}
.AnyTagClassName
{
color: #2CFF2E;
}
</style>
background-color css
<style>
a { background-color: #2CFF2E; }
a { background-color: rgb(44,255,46); }
div.DivClassName
{
background-color: #2CFF2E;
}
.BgClassName
{
background-color: #2CFF2E;
}
</style>
border-color css
<style>
span { border-color: #2CFF2E; }
span { border-color: rgb(44,255,46); }
td.TdClassName
{
border-color: #2CFF2E;
}
.TagClassName
{
border-color: #2CFF2E;
}
</style>