Shades of Free Speech Green #2CFE1E
Tints of Free Speech Green #2CFE1E
RGB
CMYK
RGB Variations
Color information
#2CFE1E (or 0x2CFE1E) is known color: Free Speech Green. HEX triplet: 2C, FE and 1E. RGB value is (44,254,30). Sum of RGB (Red+Green+Blue) = 44+254+30=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 254 (99.61% from 255 or 77.44% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFE1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFE1E is #D301E1. Grayscale: #A6A6A6. Windows color (decimal): -13828578 or 2031148. OLE color: 2031148.
HSL color Cylindrical-coordinate representation of color #2CFE1E: hue angle of 116.25º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CFE1E is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 30 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.00 |
| HSL | 116.25º | 0.99% | 0.56% | - |
| HSV(B) | 116.25º | 0.88% | 1% | - |
| XYZ | 36.71 | 71.51 | 13.1 | - |
| YUV | 165.67 | 51.43 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 30 | 0.83 | 0 | 0.88 | 0.00 | 116.25 | 0.99 | 0.56 |
| Hex | 2C | FE | 1E | 53 | 0 | 58 | 0 | 74 | 63 | 38 |
| Octal | 54 | 376 | 36 | 123 | 0 | 130 | 0 | 164 | 143 | 70 |
| Binary | 101100 | 11111110 | 11110 | 1010011 | 0 | 1011000 | 0 | 1110100 | 1100011 | 111000 |
Color Harmonies of #2CFE1E
Complementary color
Monochromatic Colors of #2CFE1E
Black with #2CFE1E
Text Example
Text Example
White with #2CFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFE1E; }
p { color: rgb(44,254,30); }
H1.HeaderClassName
{
color: #2CFE1E;
}
.AnyTagClassName
{
color: #2CFE1E;
}
</style>
background-color css
<style>
a { background-color: #2CFE1E; }
a { background-color: rgb(44,254,30); }
div.DivClassName
{
background-color: #2CFE1E;
}
.BgClassName
{
background-color: #2CFE1E;
}
</style>
border-color css
<style>
span { border-color: #2CFE1E; }
span { border-color: rgb(44,254,30); }
td.TdClassName
{
border-color: #2CFE1E;
}
.TagClassName
{
border-color: #2CFE1E;
}
</style>