Shades of Free Speech Green #1FFC02
Tints of Free Speech Green #1FFC02
RGB
CMYK
RGB Variations
Color information
#1FFC02 (or 0x1FFC02) is known color: Free Speech Green. HEX triplet: 1F, FC and 02. RGB value is (31,252,2). Sum of RGB (Red+Green+Blue) = 31+252+2=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 252 (98.83% from 255 or 88.42% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFC02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFC02 is #E003FD. Grayscale: #9E9E9E. Windows color (decimal): -14681086 or 195615. OLE color: 195615.
HSL color Cylindrical-coordinate representation of color #1FFC02: hue angle of 113.04º 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 #1FFC02 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 2 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.01 |
| HSL | 113.04º | 0.98% | 0.5% | - |
| HSV(B) | 113.04º | 0.99% | 0.99% | - |
| XYZ | 35.39 | 69.92 | 11.69 | - |
| YUV | 157.42 | 40.28 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 2 | 0.88 | 0 | 0.99 | 0.01 | 113.04 | 0.98 | 0.5 |
| Hex | 1F | FC | 2 | 58 | 0 | 63 | 1 | 71 | 62 | 32 |
| Octal | 37 | 374 | 2 | 130 | 0 | 143 | 1 | 161 | 142 | 62 |
| Binary | 11111 | 11111100 | 10 | 1011000 | 0 | 1100011 | 1 | 1110001 | 1100010 | 110010 |
Color Harmonies of #1FFC02
Complementary color
Monochromatic Colors of #1FFC02
Black with #1FFC02
Text Example
Text Example
White with #1FFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFC02; }
p { color: rgb(31,252,2); }
H1.HeaderClassName
{
color: #1FFC02;
}
.AnyTagClassName
{
color: #1FFC02;
}
</style>
background-color css
<style>
a { background-color: #1FFC02; }
a { background-color: rgb(31,252,2); }
div.DivClassName
{
background-color: #1FFC02;
}
.BgClassName
{
background-color: #1FFC02;
}
</style>
border-color css
<style>
span { border-color: #1FFC02; }
span { border-color: rgb(31,252,2); }
td.TdClassName
{
border-color: #1FFC02;
}
.TagClassName
{
border-color: #1FFC02;
}
</style>