Shades of Free Speech Green #1CE408
Tints of Free Speech Green #1CE408
RGB
CMYK
RGB Variations
Color information
#1CE408 (or 0x1CE408) is known color: Free Speech Green. HEX triplet: 1C, E4 and 08. RGB value is (28,228,8). Sum of RGB (Red+Green+Blue) = 28+228+8=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 228 (89.45% from 255 or 86.36% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE408 is #E31BF7. Grayscale: #8F8F8F. Windows color (decimal): -14883832 or 582684. OLE color: 582684.
HSL color Cylindrical-coordinate representation of color #1CE408: hue angle of 114.55º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CE408 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 8 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.11 |
| HSL | 114.55º | 0.93% | 0.46% | - |
| HSV(B) | 114.55º | 0.96% | 0.89% | - |
| XYZ | 28.27 | 55.75 | 9.5 | - |
| YUV | 143.12 | 51.74 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 8 | 0.88 | 0 | 0.96 | 0.11 | 114.55 | 0.93 | 0.46 |
| Hex | 1C | E4 | 8 | 58 | 0 | 60 | B | 73 | 5D | 2E |
| Octal | 34 | 344 | 10 | 130 | 0 | 140 | 13 | 163 | 135 | 56 |
| Binary | 11100 | 11100100 | 1000 | 1011000 | 0 | 1100000 | 1011 | 1110011 | 1011101 | 101110 |
Color Harmonies of #1CE408
Complementary color
Monochromatic Colors of #1CE408
Black with #1CE408
Text Example
Text Example
White with #1CE408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE408; }
p { color: rgb(28,228,8); }
H1.HeaderClassName
{
color: #1CE408;
}
.AnyTagClassName
{
color: #1CE408;
}
</style>
background-color css
<style>
a { background-color: #1CE408; }
a { background-color: rgb(28,228,8); }
div.DivClassName
{
background-color: #1CE408;
}
.BgClassName
{
background-color: #1CE408;
}
</style>
border-color css
<style>
span { border-color: #1CE408; }
span { border-color: rgb(28,228,8); }
td.TdClassName
{
border-color: #1CE408;
}
.TagClassName
{
border-color: #1CE408;
}
</style>