Shades of Free Speech Green #1CE008
Tints of Free Speech Green #1CE008
RGB
CMYK
RGB Variations
Color information
#1CE008 (or 0x1CE008) is known color: Free Speech Green. HEX triplet: 1C, E0 and 08. RGB value is (28,224,8). Sum of RGB (Red+Green+Blue) = 28+224+8=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 224 (87.89% from 255 or 86.15% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE008 is #E31FF7. Grayscale: #8D8D8D. Windows color (decimal): -14884856 or 581660. OLE color: 581660.
HSL color Cylindrical-coordinate representation of color #1CE008: hue angle of 114.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CE008 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 8 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.12 |
| HSL | 114.44º | 0.93% | 0.45% | - |
| HSV(B) | 114.44º | 0.96% | 0.88% | - |
| XYZ | 27.18 | 53.58 | 9.14 | - |
| YUV | 140.77 | 53.07 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 8 | 0.88 | 0 | 0.96 | 0.12 | 114.44 | 0.93 | 0.45 |
| Hex | 1C | E0 | 8 | 58 | 0 | 60 | C | 72 | 5D | 2D |
| Octal | 34 | 340 | 10 | 130 | 0 | 140 | 14 | 162 | 135 | 55 |
| Binary | 11100 | 11100000 | 1000 | 1011000 | 0 | 1100000 | 1100 | 1110010 | 1011101 | 101101 |
Color Harmonies of #1CE008
Complementary color
Monochromatic Colors of #1CE008
Black with #1CE008
Text Example
Text Example
White with #1CE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE008; }
p { color: rgb(28,224,8); }
H1.HeaderClassName
{
color: #1CE008;
}
.AnyTagClassName
{
color: #1CE008;
}
</style>
background-color css
<style>
a { background-color: #1CE008; }
a { background-color: rgb(28,224,8); }
div.DivClassName
{
background-color: #1CE008;
}
.BgClassName
{
background-color: #1CE008;
}
</style>
border-color css
<style>
span { border-color: #1CE008; }
span { border-color: rgb(28,224,8); }
td.TdClassName
{
border-color: #1CE008;
}
.TagClassName
{
border-color: #1CE008;
}
</style>