Shades of Free Speech Green #1CFD20
Tints of Free Speech Green #1CFD20
RGB
CMYK
RGB Variations
Color information
#1CFD20 (or 0x1CFD20) is known color: Free Speech Green. HEX triplet: 1C, FD and 20. RGB value is (28,253,32). Sum of RGB (Red+Green+Blue) = 28+253+32=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 253 (99.22% from 255 or 80.83% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 253 - color contains mainly: green. Hex color #1CFD20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFD20 is #E302DF. Grayscale: #A1A1A1. Windows color (decimal): -14877408 or 2161948. OLE color: 2161948.
HSL color Cylindrical-coordinate representation of color #1CFD20: hue angle of 121.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFD20 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 253 | 32 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.01 |
| HSL | 121.07º | 0.98% | 0.55% | - |
| HSV(B) | 121.07º | 0.89% | 0.99% | - |
| XYZ | 35.86 | 70.6 | 13.1 | - |
| YUV | 160.53 | 55.46 | 33.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 253 | 32 | 0.89 | 0 | 0.87 | 0.01 | 121.07 | 0.98 | 0.55 |
| Hex | 1C | FD | 20 | 59 | 0 | 57 | 1 | 79 | 62 | 37 |
| Octal | 34 | 375 | 40 | 131 | 0 | 127 | 1 | 171 | 142 | 67 |
| Binary | 11100 | 11111101 | 100000 | 1011001 | 0 | 1010111 | 1 | 1111001 | 1100010 | 110111 |
Color Harmonies of #1CFD20
Complementary color
Monochromatic Colors of #1CFD20
Black with #1CFD20
Text Example
Text Example
White with #1CFD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFD20; }
p { color: rgb(28,253,32); }
H1.HeaderClassName
{
color: #1CFD20;
}
.AnyTagClassName
{
color: #1CFD20;
}
</style>
background-color css
<style>
a { background-color: #1CFD20; }
a { background-color: rgb(28,253,32); }
div.DivClassName
{
background-color: #1CFD20;
}
.BgClassName
{
background-color: #1CFD20;
}
</style>
border-color css
<style>
span { border-color: #1CFD20; }
span { border-color: rgb(28,253,32); }
td.TdClassName
{
border-color: #1CFD20;
}
.TagClassName
{
border-color: #1CFD20;
}
</style>