Shades of Free Speech Green #1CCF00
Tints of Free Speech Green #1CCF00
RGB
CMYK
RGB Variations
Color information
#1CCF00 (or 0x1CCF00) is known color: Free Speech Green. HEX triplet: 1C, CF and 00. RGB value is (28,207,0). Sum of RGB (Red+Green+Blue) = 28+207+0=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 207 (81.25% from 255 or 88.09% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCF00 is #E330FF. Grayscale: #828282. Windows color (decimal): -14889216 or 53020. OLE color: 53020.
HSL color Cylindrical-coordinate representation of color #1CCF00: hue angle of 111.88º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CCF00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.19 |
| HSL | 111.88º | 1% | 0.41% | - |
| HSV(B) | 111.88º | 1% | 0.81% | - |
| XYZ | 22.79 | 44.87 | 7.46 | - |
| YUV | 129.88 | 54.7 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 0 | 0.86 | 0 | 1 | 0.19 | 111.88 | 1 | 0.41 |
| Hex | 1C | CF | 0 | 56 | 0 | 64 | 13 | 70 | 64 | 29 |
| Octal | 34 | 317 | 0 | 126 | 0 | 144 | 23 | 160 | 144 | 51 |
| Binary | 11100 | 11001111 | 0 | 1010110 | 0 | 1100100 | 10011 | 1110000 | 1100100 | 101001 |
Color Harmonies of #1CCF00
Complementary color
Monochromatic Colors of #1CCF00
Black with #1CCF00
Text Example
Text Example
White with #1CCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCF00; }
p { color: rgb(28,207,0); }
H1.HeaderClassName
{
color: #1CCF00;
}
.AnyTagClassName
{
color: #1CCF00;
}
</style>
background-color css
<style>
a { background-color: #1CCF00; }
a { background-color: rgb(28,207,0); }
div.DivClassName
{
background-color: #1CCF00;
}
.BgClassName
{
background-color: #1CCF00;
}
</style>
border-color css
<style>
span { border-color: #1CCF00; }
span { border-color: rgb(28,207,0); }
td.TdClassName
{
border-color: #1CCF00;
}
.TagClassName
{
border-color: #1CCF00;
}
</style>