Shades of Free Speech Green #1CFF1C
Tints of Free Speech Green #1CFF1C
RGB
CMYK
RGB Variations
Color information
#1CFF1C (or 0x1CFF1C) is known color: Free Speech Green. HEX triplet: 1C, FF and 1C. RGB value is (28,255,28). Sum of RGB (Red+Green+Blue) = 28+255+28=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 255 (100% from 255 or 81.99% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CFF1C is #E300E3. Grayscale: #A1A1A1. Windows color (decimal): -14876900 or 1900316. OLE color: 1900316.
HSL color Cylindrical-coordinate representation of color #1CFF1C: hue angle of 120º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFF1C is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 28 | - |
| CMYK | 0.89 | 0 | 0.89 | 0 |
| HSL | 120º | 1% | 0.55% | - |
| HSV(B) | 120º | 0.89% | 1% | - |
| XYZ | 36.45 | 71.85 | 13.05 | - |
| YUV | 161.25 | 52.79 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 28 | 0.89 | 0 | 0.89 | 0 | 120 | 1 | 0.55 |
| Hex | 1C | FF | 1C | 59 | 0 | 59 | 0 | 78 | 64 | 37 |
| Octal | 34 | 377 | 34 | 131 | 0 | 131 | 0 | 170 | 144 | 67 |
| Binary | 11100 | 11111111 | 11100 | 1011001 | 0 | 1011001 | 0 | 1111000 | 1100100 | 110111 |
Color Harmonies of #1CFF1C
Complementary color
Monochromatic Colors of #1CFF1C
Black with #1CFF1C
Text Example
Text Example
White with #1CFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFF1C; }
p { color: rgb(28,255,28); }
H1.HeaderClassName
{
color: #1CFF1C;
}
.AnyTagClassName
{
color: #1CFF1C;
}
</style>
background-color css
<style>
a { background-color: #1CFF1C; }
a { background-color: rgb(28,255,28); }
div.DivClassName
{
background-color: #1CFF1C;
}
.BgClassName
{
background-color: #1CFF1C;
}
</style>
border-color css
<style>
span { border-color: #1CFF1C; }
span { border-color: rgb(28,255,28); }
td.TdClassName
{
border-color: #1CFF1C;
}
.TagClassName
{
border-color: #1CFF1C;
}
</style>