Shades of Free Speech Green #1CF503
Tints of Free Speech Green #1CF503
RGB
CMYK
RGB Variations
Color information
#1CF503 (or 0x1CF503) is known color: Free Speech Green. HEX triplet: 1C, F5 and 03. RGB value is (28,245,3). Sum of RGB (Red+Green+Blue) = 28+245+3=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 245 (96.09% from 255 or 88.77% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 245 - color contains mainly: green. Hex color #1CF503 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF503 is #E30AFC. Grayscale: #999999. Windows color (decimal): -14879485 or 259356. OLE color: 259356.
HSL color Cylindrical-coordinate representation of color #1CF503: hue angle of 113.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CF503 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 245 | 3 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.04 |
| HSL | 113.8º | 0.98% | 0.49% | - |
| HSV(B) | 113.8º | 0.99% | 0.96% | - |
| XYZ | 33.15 | 65.56 | 10.99 | - |
| YUV | 152.53 | 43.61 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 245 | 3 | 0.89 | 0 | 0.99 | 0.04 | 113.8 | 0.98 | 0.49 |
| Hex | 1C | F5 | 3 | 59 | 0 | 63 | 4 | 72 | 62 | 31 |
| Octal | 34 | 365 | 3 | 131 | 0 | 143 | 4 | 162 | 142 | 61 |
| Binary | 11100 | 11110101 | 11 | 1011001 | 0 | 1100011 | 100 | 1110010 | 1100010 | 110001 |
Color Harmonies of #1CF503
Complementary color
Monochromatic Colors of #1CF503
Black with #1CF503
Text Example
Text Example
White with #1CF503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF503; }
p { color: rgb(28,245,3); }
H1.HeaderClassName
{
color: #1CF503;
}
.AnyTagClassName
{
color: #1CF503;
}
</style>
background-color css
<style>
a { background-color: #1CF503; }
a { background-color: rgb(28,245,3); }
div.DivClassName
{
background-color: #1CF503;
}
.BgClassName
{
background-color: #1CF503;
}
</style>
border-color css
<style>
span { border-color: #1CF503; }
span { border-color: rgb(28,245,3); }
td.TdClassName
{
border-color: #1CF503;
}
.TagClassName
{
border-color: #1CF503;
}
</style>