Shades of Free Speech Green #2CFF2D
Tints of Free Speech Green #2CFF2D
RGB
CMYK
RGB Variations
Color information
#2CFF2D (or 0x2CFF2D) is known color: Free Speech Green. HEX triplet: 2C, FF and 2D. RGB value is (44,255,45). Sum of RGB (Red+Green+Blue) = 44+255+45=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 255 (100% from 255 or 74.13% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF2D is #D300D2. Grayscale: #A8A8A8. Windows color (decimal): -13828307 or 3014444. OLE color: 3014444.
HSL color Cylindrical-coordinate representation of color #2CFF2D: hue angle of 120.28º 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 #2CFF2D is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 45 | - |
| CMYK | 0.83 | 0 | 0.82 | 0 |
| HSL | 120.28º | 1% | 0.59% | - |
| HSV(B) | 120.28º | 0.83% | 1% | - |
| XYZ | 37.27 | 72.24 | 14.46 | - |
| YUV | 167.97 | 58.6 | 39.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 45 | 0.83 | 0 | 0.82 | 0 | 120.28 | 1 | 0.59 |
| Hex | 2C | FF | 2D | 53 | 0 | 52 | 0 | 78 | 64 | 3B |
| Octal | 54 | 377 | 55 | 123 | 0 | 122 | 0 | 170 | 144 | 73 |
| Binary | 101100 | 11111111 | 101101 | 1010011 | 0 | 1010010 | 0 | 1111000 | 1100100 | 111011 |
Color Harmonies of #2CFF2D
Complementary color
Monochromatic Colors of #2CFF2D
Black with #2CFF2D
Text Example
Text Example
White with #2CFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF2D; }
p { color: rgb(44,255,45); }
H1.HeaderClassName
{
color: #2CFF2D;
}
.AnyTagClassName
{
color: #2CFF2D;
}
</style>
background-color css
<style>
a { background-color: #2CFF2D; }
a { background-color: rgb(44,255,45); }
div.DivClassName
{
background-color: #2CFF2D;
}
.BgClassName
{
background-color: #2CFF2D;
}
</style>
border-color css
<style>
span { border-color: #2CFF2D; }
span { border-color: rgb(44,255,45); }
td.TdClassName
{
border-color: #2CFF2D;
}
.TagClassName
{
border-color: #2CFF2D;
}
</style>