Shades of Free Speech Green #1CEC1F
Tints of Free Speech Green #1CEC1F
RGB
CMYK
RGB Variations
Color information
#1CEC1F (or 0x1CEC1F) is known color: Free Speech Green. HEX triplet: 1C, EC and 1F. RGB value is (28,236,31). Sum of RGB (Red+Green+Blue) = 28+236+31=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 236 (92.58% from 255 or 80% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 236 - color contains mainly: green. Hex color #1CEC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CEC1F is #E313E0. Grayscale: #979797. Windows color (decimal): -14881761 or 2092060. OLE color: 2092060.
HSL color Cylindrical-coordinate representation of color #1CEC1F: hue angle of 120.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEC1F is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 236 | 31 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.07 |
| HSL | 120.87º | 0.85% | 0.52% | - |
| HSV(B) | 120.87º | 0.88% | 0.93% | - |
| XYZ | 30.72 | 60.34 | 11.32 | - |
| YUV | 150.44 | 60.59 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 31 | 0.88 | 0 | 0.87 | 0.07 | 120.87 | 0.85 | 0.52 |
| Hex | 1C | EC | 1F | 58 | 0 | 57 | 7 | 79 | 55 | 34 |
| Octal | 34 | 354 | 37 | 130 | 0 | 127 | 7 | 171 | 125 | 64 |
| Binary | 11100 | 11101100 | 11111 | 1011000 | 0 | 1010111 | 111 | 1111001 | 1010101 | 110100 |
Color Harmonies of #1CEC1F
Complementary color
Monochromatic Colors of #1CEC1F
Black with #1CEC1F
Text Example
Text Example
White with #1CEC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEC1F; }
p { color: rgb(28,236,31); }
H1.HeaderClassName
{
color: #1CEC1F;
}
.AnyTagClassName
{
color: #1CEC1F;
}
</style>
background-color css
<style>
a { background-color: #1CEC1F; }
a { background-color: rgb(28,236,31); }
div.DivClassName
{
background-color: #1CEC1F;
}
.BgClassName
{
background-color: #1CEC1F;
}
</style>
border-color css
<style>
span { border-color: #1CEC1F; }
span { border-color: rgb(28,236,31); }
td.TdClassName
{
border-color: #1CEC1F;
}
.TagClassName
{
border-color: #1CEC1F;
}
</style>