Shades of Free Speech Green #2CF92C
Tints of Free Speech Green #2CF92C
RGB
CMYK
RGB Variations
Color information
#2CF92C (or 0x2CF92C) is known color: Free Speech Green. HEX triplet: 2C, F9 and 2C. RGB value is (44,249,44). Sum of RGB (Red+Green+Blue) = 44+249+44=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 249 (97.66% from 255 or 73.89% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF92C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF92C is #D306D3. Grayscale: #A4A4A4. Windows color (decimal): -13829844 or 2947372. OLE color: 2947372.
HSL color Cylindrical-coordinate representation of color #2CF92C: hue angle of 120º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF92C is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 44 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.02 |
| HSL | 120º | 0.94% | 0.57% | - |
| HSV(B) | 120º | 0.82% | 0.98% | - |
| XYZ | 35.37 | 68.47 | 13.73 | - |
| YUV | 164.34 | 60.08 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 44 | 0.82 | 0 | 0.82 | 0.02 | 120 | 0.94 | 0.57 |
| Hex | 2C | F9 | 2C | 52 | 0 | 52 | 2 | 78 | 5E | 39 |
| Octal | 54 | 371 | 54 | 122 | 0 | 122 | 2 | 170 | 136 | 71 |
| Binary | 101100 | 11111001 | 101100 | 1010010 | 0 | 1010010 | 10 | 1111000 | 1011110 | 111001 |
Color Harmonies of #2CF92C
Complementary color
Monochromatic Colors of #2CF92C
Black with #2CF92C
Text Example
Text Example
White with #2CF92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF92C; }
p { color: rgb(44,249,44); }
H1.HeaderClassName
{
color: #2CF92C;
}
.AnyTagClassName
{
color: #2CF92C;
}
</style>
background-color css
<style>
a { background-color: #2CF92C; }
a { background-color: rgb(44,249,44); }
div.DivClassName
{
background-color: #2CF92C;
}
.BgClassName
{
background-color: #2CF92C;
}
</style>
border-color css
<style>
span { border-color: #2CF92C; }
span { border-color: rgb(44,249,44); }
td.TdClassName
{
border-color: #2CF92C;
}
.TagClassName
{
border-color: #2CF92C;
}
</style>