Shades of Free Speech Green #1CE513
Tints of Free Speech Green #1CE513
RGB
CMYK
RGB Variations
Color information
#1CE513 (or 0x1CE513) is known color: Free Speech Green. HEX triplet: 1C, E5 and 13. RGB value is (28,229,19). Sum of RGB (Red+Green+Blue) = 28+229+19=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 229 (89.84% from 255 or 82.97% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE513 is #E31AEC. Grayscale: #919191. Windows color (decimal): -14883565 or 1303836. OLE color: 1303836.
HSL color Cylindrical-coordinate representation of color #1CE513: hue angle of 117.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1CE513 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 229 | 19 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.10 |
| HSL | 117.43º | 0.85% | 0.49% | - |
| HSV(B) | 117.43º | 0.92% | 0.9% | - |
| XYZ | 28.62 | 56.33 | 9.98 | - |
| YUV | 144.96 | 56.91 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 229 | 19 | 0.88 | 0 | 0.92 | 0.10 | 117.43 | 0.85 | 0.49 |
| Hex | 1C | E5 | 13 | 58 | 0 | 5C | A | 75 | 55 | 31 |
| Octal | 34 | 345 | 23 | 130 | 0 | 134 | 12 | 165 | 125 | 61 |
| Binary | 11100 | 11100101 | 10011 | 1011000 | 0 | 1011100 | 1010 | 1110101 | 1010101 | 110001 |
Color Harmonies of #1CE513
Complementary color
Monochromatic Colors of #1CE513
Black with #1CE513
Text Example
Text Example
White with #1CE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE513; }
p { color: rgb(28,229,19); }
H1.HeaderClassName
{
color: #1CE513;
}
.AnyTagClassName
{
color: #1CE513;
}
</style>
background-color css
<style>
a { background-color: #1CE513; }
a { background-color: rgb(28,229,19); }
div.DivClassName
{
background-color: #1CE513;
}
.BgClassName
{
background-color: #1CE513;
}
</style>
border-color css
<style>
span { border-color: #1CE513; }
span { border-color: rgb(28,229,19); }
td.TdClassName
{
border-color: #1CE513;
}
.TagClassName
{
border-color: #1CE513;
}
</style>