Shades of Free Speech Green #1CE00F
Tints of Free Speech Green #1CE00F
RGB
CMYK
RGB Variations
Color information
#1CE00F (or 0x1CE00F) is known color: Free Speech Green. HEX triplet: 1C, E0 and 0F. RGB value is (28,224,15). Sum of RGB (Red+Green+Blue) = 28+224+15=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 224 (87.89% from 255 or 83.90% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CE00F is #E31FF0. Grayscale: #8E8E8E. Windows color (decimal): -14884849 or 1040412. OLE color: 1040412.
HSL color Cylindrical-coordinate representation of color #1CE00F: hue angle of 116.27º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1CE00F is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 15 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.12 |
| HSL | 116.27º | 0.87% | 0.47% | - |
| HSV(B) | 116.27º | 0.93% | 0.88% | - |
| XYZ | 27.22 | 53.59 | 9.36 | - |
| YUV | 141.57 | 56.57 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 15 | 0.88 | 0 | 0.93 | 0.12 | 116.27 | 0.87 | 0.47 |
| Hex | 1C | E0 | F | 58 | 0 | 5D | C | 74 | 57 | 2F |
| Octal | 34 | 340 | 17 | 130 | 0 | 135 | 14 | 164 | 127 | 57 |
| Binary | 11100 | 11100000 | 1111 | 1011000 | 0 | 1011101 | 1100 | 1110100 | 1010111 | 101111 |
Color Harmonies of #1CE00F
Complementary color
Monochromatic Colors of #1CE00F
Black with #1CE00F
Text Example
Text Example
White with #1CE00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE00F; }
p { color: rgb(28,224,15); }
H1.HeaderClassName
{
color: #1CE00F;
}
.AnyTagClassName
{
color: #1CE00F;
}
</style>
background-color css
<style>
a { background-color: #1CE00F; }
a { background-color: rgb(28,224,15); }
div.DivClassName
{
background-color: #1CE00F;
}
.BgClassName
{
background-color: #1CE00F;
}
</style>
border-color css
<style>
span { border-color: #1CE00F; }
span { border-color: rgb(28,224,15); }
td.TdClassName
{
border-color: #1CE00F;
}
.TagClassName
{
border-color: #1CE00F;
}
</style>