Shades of Free Speech Green #1CE11D
Tints of Free Speech Green #1CE11D
RGB
CMYK
RGB Variations
Color information
#1CE11D (or 0x1CE11D) is known color: Free Speech Green. HEX triplet: 1C, E1 and 1D. RGB value is (28,225,29). Sum of RGB (Red+Green+Blue) = 28+225+29=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 225 (88.28% from 255 or 79.79% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE11D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE11D is #E31EE2. Grayscale: #909090. Windows color (decimal): -14884579 or 1958172. OLE color: 1958172.
HSL color Cylindrical-coordinate representation of color #1CE11D: hue angle of 120.3º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE11D is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 29 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.12 |
| HSL | 120.3º | 0.78% | 0.5% | - |
| HSV(B) | 120.3º | 0.88% | 0.88% | - |
| XYZ | 27.63 | 54.19 | 10.17 | - |
| YUV | 143.75 | 63.23 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 29 | 0.88 | 0 | 0.87 | 0.12 | 120.3 | 0.78 | 0.5 |
| Hex | 1C | E1 | 1D | 58 | 0 | 57 | C | 78 | 4E | 32 |
| Octal | 34 | 341 | 35 | 130 | 0 | 127 | 14 | 170 | 116 | 62 |
| Binary | 11100 | 11100001 | 11101 | 1011000 | 0 | 1010111 | 1100 | 1111000 | 1001110 | 110010 |
Color Harmonies of #1CE11D
Complementary color
Monochromatic Colors of #1CE11D
Black with #1CE11D
Text Example
Text Example
White with #1CE11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE11D; }
p { color: rgb(28,225,29); }
H1.HeaderClassName
{
color: #1CE11D;
}
.AnyTagClassName
{
color: #1CE11D;
}
</style>
background-color css
<style>
a { background-color: #1CE11D; }
a { background-color: rgb(28,225,29); }
div.DivClassName
{
background-color: #1CE11D;
}
.BgClassName
{
background-color: #1CE11D;
}
</style>
border-color css
<style>
span { border-color: #1CE11D; }
span { border-color: rgb(28,225,29); }
td.TdClassName
{
border-color: #1CE11D;
}
.TagClassName
{
border-color: #1CE11D;
}
</style>