Shades of Free Speech Green #1CFF0B
Tints of Free Speech Green #1CFF0B
RGB
CMYK
RGB Variations
Color information
#1CFF0B (or 0x1CFF0B) is known color: Free Speech Green. HEX triplet: 1C, FF and 0B. RGB value is (28,255,11). Sum of RGB (Red+Green+Blue) = 28+255+11=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 255 (100% from 255 or 86.73% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFF0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CFF0B is #E300F4. Grayscale: #A0A0A0. Windows color (decimal): -14876917 or 786204. OLE color: 786204.
HSL color Cylindrical-coordinate representation of color #1CFF0B: hue angle of 115.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CFF0B is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 11 | - |
| CMYK | 0.89 | 0 | 0.96 | 0 |
| HSL | 115.82º | 1% | 0.52% | - |
| HSV(B) | 115.82º | 0.96% | 1% | - |
| XYZ | 36.3 | 71.79 | 12.26 | - |
| YUV | 159.31 | 44.29 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 11 | 0.89 | 0 | 0.96 | 0 | 115.82 | 1 | 0.52 |
| Hex | 1C | FF | B | 59 | 0 | 60 | 0 | 74 | 64 | 34 |
| Octal | 34 | 377 | 13 | 131 | 0 | 140 | 0 | 164 | 144 | 64 |
| Binary | 11100 | 11111111 | 1011 | 1011001 | 0 | 1100000 | 0 | 1110100 | 1100100 | 110100 |
Color Harmonies of #1CFF0B
Complementary color
Monochromatic Colors of #1CFF0B
Black with #1CFF0B
Text Example
Text Example
White with #1CFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFF0B; }
p { color: rgb(28,255,11); }
H1.HeaderClassName
{
color: #1CFF0B;
}
.AnyTagClassName
{
color: #1CFF0B;
}
</style>
background-color css
<style>
a { background-color: #1CFF0B; }
a { background-color: rgb(28,255,11); }
div.DivClassName
{
background-color: #1CFF0B;
}
.BgClassName
{
background-color: #1CFF0B;
}
</style>
border-color css
<style>
span { border-color: #1CFF0B; }
span { border-color: rgb(28,255,11); }
td.TdClassName
{
border-color: #1CFF0B;
}
.TagClassName
{
border-color: #1CFF0B;
}
</style>