Shades of Free Speech Green #1CE213
Tints of Free Speech Green #1CE213
RGB
CMYK
RGB Variations
Color information
#1CE213 (or 0x1CE213) is known color: Free Speech Green. HEX triplet: 1C, E2 and 13. RGB value is (28,226,19). Sum of RGB (Red+Green+Blue) = 28+226+19=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 226 (88.67% from 255 or 82.78% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 226 - color contains mainly: green. Hex color #1CE213 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE213 is #E31DEC. Grayscale: #8F8F8F. Windows color (decimal): -14884333 or 1303068. OLE color: 1303068.
HSL color Cylindrical-coordinate representation of color #1CE213: hue angle of 117.39º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1CE213 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 226 | 19 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.11 |
| HSL | 117.39º | 0.84% | 0.48% | - |
| HSV(B) | 117.39º | 0.92% | 0.89% | - |
| XYZ | 27.79 | 54.69 | 9.71 | - |
| YUV | 143.2 | 57.9 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 226 | 19 | 0.88 | 0 | 0.92 | 0.11 | 117.39 | 0.84 | 0.48 |
| Hex | 1C | E2 | 13 | 58 | 0 | 5C | B | 75 | 54 | 30 |
| Octal | 34 | 342 | 23 | 130 | 0 | 134 | 13 | 165 | 124 | 60 |
| Binary | 11100 | 11100010 | 10011 | 1011000 | 0 | 1011100 | 1011 | 1110101 | 1010100 | 110000 |
Color Harmonies of #1CE213
Complementary color
Monochromatic Colors of #1CE213
Black with #1CE213
Text Example
Text Example
White with #1CE213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE213; }
p { color: rgb(28,226,19); }
H1.HeaderClassName
{
color: #1CE213;
}
.AnyTagClassName
{
color: #1CE213;
}
</style>
background-color css
<style>
a { background-color: #1CE213; }
a { background-color: rgb(28,226,19); }
div.DivClassName
{
background-color: #1CE213;
}
.BgClassName
{
background-color: #1CE213;
}
</style>
border-color css
<style>
span { border-color: #1CE213; }
span { border-color: rgb(28,226,19); }
td.TdClassName
{
border-color: #1CE213;
}
.TagClassName
{
border-color: #1CE213;
}
</style>