Shades of Free Speech Green #1CE400
Tints of Free Speech Green #1CE400
RGB
CMYK
RGB Variations
Color information
#1CE400 (or 0x1CE400) is known color: Free Speech Green. HEX triplet: 1C, E4 and 00. RGB value is (28,228,0). Sum of RGB (Red+Green+Blue) = 28+228+0=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 228 (89.45% from 255 or 89.06% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE400 is #E31BFF. Grayscale: #8E8E8E. Windows color (decimal): -14883840 or 58396. OLE color: 58396.
HSL color Cylindrical-coordinate representation of color #1CE400: hue angle of 112.63º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CE400 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.11 |
| HSL | 112.63º | 1% | 0.45% | - |
| HSV(B) | 112.63º | 1% | 0.89% | - |
| XYZ | 28.22 | 55.73 | 9.27 | - |
| YUV | 142.21 | 47.74 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 0 | 0.88 | 0 | 1 | 0.11 | 112.63 | 1 | 0.45 |
| Hex | 1C | E4 | 0 | 58 | 0 | 64 | B | 71 | 64 | 2D |
| Octal | 34 | 344 | 0 | 130 | 0 | 144 | 13 | 161 | 144 | 55 |
| Binary | 11100 | 11100100 | 0 | 1011000 | 0 | 1100100 | 1011 | 1110001 | 1100100 | 101101 |
Color Harmonies of #1CE400
Complementary color
Monochromatic Colors of #1CE400
Black with #1CE400
Text Example
Text Example
White with #1CE400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE400; }
p { color: rgb(28,228,0); }
H1.HeaderClassName
{
color: #1CE400;
}
.AnyTagClassName
{
color: #1CE400;
}
</style>
background-color css
<style>
a { background-color: #1CE400; }
a { background-color: rgb(28,228,0); }
div.DivClassName
{
background-color: #1CE400;
}
.BgClassName
{
background-color: #1CE400;
}
</style>
border-color css
<style>
span { border-color: #1CE400; }
span { border-color: rgb(28,228,0); }
td.TdClassName
{
border-color: #1CE400;
}
.TagClassName
{
border-color: #1CE400;
}
</style>