Shades of Free Speech Green #1CFD2E
Tints of Free Speech Green #1CFD2E
RGB
CMYK
RGB Variations
Color information
#1CFD2E (or 0x1CFD2E) is known color: Free Speech Green. HEX triplet: 1C, FD and 2E. RGB value is (28,253,46). Sum of RGB (Red+Green+Blue) = 28+253+46=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 253 (99.22% from 255 or 77.37% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 253 - color contains mainly: green. Hex color #1CFD2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFD2E is #E302D1. Grayscale: #A2A2A2. Windows color (decimal): -14877394 or 3079452. OLE color: 3079452.
HSL color Cylindrical-coordinate representation of color #1CFD2E: hue angle of 124.8º 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 #1CFD2E is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 253 | 46 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.01 |
| HSL | 124.8º | 0.98% | 0.55% | - |
| HSV(B) | 124.8º | 0.89% | 0.99% | - |
| XYZ | 36.1 | 70.69 | 14.33 | - |
| YUV | 162.13 | 62.46 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 253 | 46 | 0.89 | 0 | 0.82 | 0.01 | 124.8 | 0.98 | 0.55 |
| Hex | 1C | FD | 2E | 59 | 0 | 52 | 1 | 7D | 62 | 37 |
| Octal | 34 | 375 | 56 | 131 | 0 | 122 | 1 | 175 | 142 | 67 |
| Binary | 11100 | 11111101 | 101110 | 1011001 | 0 | 1010010 | 1 | 1111101 | 1100010 | 110111 |
Color Harmonies of #1CFD2E
Complementary color
Monochromatic Colors of #1CFD2E
Black with #1CFD2E
Text Example
Text Example
White with #1CFD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFD2E; }
p { color: rgb(28,253,46); }
H1.HeaderClassName
{
color: #1CFD2E;
}
.AnyTagClassName
{
color: #1CFD2E;
}
</style>
background-color css
<style>
a { background-color: #1CFD2E; }
a { background-color: rgb(28,253,46); }
div.DivClassName
{
background-color: #1CFD2E;
}
.BgClassName
{
background-color: #1CFD2E;
}
</style>
border-color css
<style>
span { border-color: #1CFD2E; }
span { border-color: rgb(28,253,46); }
td.TdClassName
{
border-color: #1CFD2E;
}
.TagClassName
{
border-color: #1CFD2E;
}
</style>