Shades of Free Speech Green #1FFC03
Tints of Free Speech Green #1FFC03
RGB
CMYK
RGB Variations
Color information
#1FFC03 (or 0x1FFC03) is known color: Free Speech Green. HEX triplet: 1F, FC and 03. RGB value is (31,252,3). Sum of RGB (Red+Green+Blue) = 31+252+3=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 252 (98.83% from 255 or 88.11% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFC03 is #E003FC. Grayscale: #9E9E9E. Windows color (decimal): -14681085 or 261151. OLE color: 261151.
HSL color Cylindrical-coordinate representation of color #1FFC03: hue angle of 113.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FFC03 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 3 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.01 |
| HSL | 113.25º | 0.98% | 0.5% | - |
| HSV(B) | 113.25º | 0.99% | 0.99% | - |
| XYZ | 35.39 | 69.92 | 11.72 | - |
| YUV | 157.54 | 40.78 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 3 | 0.88 | 0 | 0.99 | 0.01 | 113.25 | 0.98 | 0.5 |
| Hex | 1F | FC | 3 | 58 | 0 | 63 | 1 | 71 | 62 | 32 |
| Octal | 37 | 374 | 3 | 130 | 0 | 143 | 1 | 161 | 142 | 62 |
| Binary | 11111 | 11111100 | 11 | 1011000 | 0 | 1100011 | 1 | 1110001 | 1100010 | 110010 |
Color Harmonies of #1FFC03
Complementary color
Monochromatic Colors of #1FFC03
Black with #1FFC03
Text Example
Text Example
White with #1FFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC03; }
p { color: rgb(31,252,3); }
H1.HeaderClassName
{
color: #1FFC03;
}
.AnyTagClassName
{
color: #1FFC03;
}
</style>
background-color css
<style>
a { background-color: #1FFC03; }
a { background-color: rgb(31,252,3); }
div.DivClassName
{
background-color: #1FFC03;
}
.BgClassName
{
background-color: #1FFC03;
}
</style>
border-color css
<style>
span { border-color: #1FFC03; }
span { border-color: rgb(31,252,3); }
td.TdClassName
{
border-color: #1FFC03;
}
.TagClassName
{
border-color: #1FFC03;
}
</style>