Shades of Free Speech Green #2CF11C
Tints of Free Speech Green #2CF11C
RGB
CMYK
RGB Variations
Color information
#2CF11C (or 0x2CF11C) is known color: Free Speech Green. HEX triplet: 2C, F1 and 1C. RGB value is (44,241,28). Sum of RGB (Red+Green+Blue) = 44+241+28=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 241 (94.53% from 255 or 77.00% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF11C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF11C is #D30EE3. Grayscale: #9E9E9E. Windows color (decimal): -13831908 or 1896748. OLE color: 1896748.
HSL color Cylindrical-coordinate representation of color #2CF11C: hue angle of 115.49º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CF11C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 28 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.05 |
| HSL | 115.49º | 0.88% | 0.53% | - |
| HSV(B) | 115.49º | 0.88% | 0.95% | - |
| XYZ | 32.7 | 63.53 | 11.64 | - |
| YUV | 157.82 | 54.73 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 28 | 0.82 | 0 | 0.88 | 0.05 | 115.49 | 0.88 | 0.53 |
| Hex | 2C | F1 | 1C | 52 | 0 | 58 | 5 | 73 | 58 | 35 |
| Octal | 54 | 361 | 34 | 122 | 0 | 130 | 5 | 163 | 130 | 65 |
| Binary | 101100 | 11110001 | 11100 | 1010010 | 0 | 1011000 | 101 | 1110011 | 1011000 | 110101 |
Color Harmonies of #2CF11C
Complementary color
Monochromatic Colors of #2CF11C
Black with #2CF11C
Text Example
Text Example
White with #2CF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF11C; }
p { color: rgb(44,241,28); }
H1.HeaderClassName
{
color: #2CF11C;
}
.AnyTagClassName
{
color: #2CF11C;
}
</style>
background-color css
<style>
a { background-color: #2CF11C; }
a { background-color: rgb(44,241,28); }
div.DivClassName
{
background-color: #2CF11C;
}
.BgClassName
{
background-color: #2CF11C;
}
</style>
border-color css
<style>
span { border-color: #2CF11C; }
span { border-color: rgb(44,241,28); }
td.TdClassName
{
border-color: #2CF11C;
}
.TagClassName
{
border-color: #2CF11C;
}
</style>