Shades of Free Speech Green #1CE110
Tints of Free Speech Green #1CE110
RGB
CMYK
RGB Variations
Color information
#1CE110 (or 0x1CE110) is known color: Free Speech Green. HEX triplet: 1C, E1 and 10. RGB value is (28,225,16). Sum of RGB (Red+Green+Blue) = 28+225+16=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 225 (88.28% from 255 or 83.64% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE110 is #E31EEF. Grayscale: #8E8E8E. Windows color (decimal): -14884592 or 1106204. OLE color: 1106204.
HSL color Cylindrical-coordinate representation of color #1CE110: hue angle of 116.56º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CE110 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 16 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.12 |
| HSL | 116.56º | 0.87% | 0.47% | - |
| HSV(B) | 116.56º | 0.93% | 0.88% | - |
| XYZ | 27.5 | 54.13 | 9.49 | - |
| YUV | 142.27 | 56.73 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 16 | 0.88 | 0 | 0.93 | 0.12 | 116.56 | 0.87 | 0.47 |
| Hex | 1C | E1 | 10 | 58 | 0 | 5D | C | 75 | 57 | 2F |
| Octal | 34 | 341 | 20 | 130 | 0 | 135 | 14 | 165 | 127 | 57 |
| Binary | 11100 | 11100001 | 10000 | 1011000 | 0 | 1011101 | 1100 | 1110101 | 1010111 | 101111 |
Color Harmonies of #1CE110
Complementary color
Monochromatic Colors of #1CE110
Black with #1CE110
Text Example
Text Example
White with #1CE110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE110; }
p { color: rgb(28,225,16); }
H1.HeaderClassName
{
color: #1CE110;
}
.AnyTagClassName
{
color: #1CE110;
}
</style>
background-color css
<style>
a { background-color: #1CE110; }
a { background-color: rgb(28,225,16); }
div.DivClassName
{
background-color: #1CE110;
}
.BgClassName
{
background-color: #1CE110;
}
</style>
border-color css
<style>
span { border-color: #1CE110; }
span { border-color: rgb(28,225,16); }
td.TdClassName
{
border-color: #1CE110;
}
.TagClassName
{
border-color: #1CE110;
}
</style>