Shades of Free Speech Green #1FEE03
Tints of Free Speech Green #1FEE03
RGB
CMYK
RGB Variations
Color information
#1FEE03 (or 0x1FEE03) is known color: Free Speech Green. HEX triplet: 1F, EE and 03. RGB value is (31,238,3). Sum of RGB (Red+Green+Blue) = 31+238+3=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 238 (93.36% from 255 or 87.5% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEE03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEE03 is #E011FC. Grayscale: #969696. Windows color (decimal): -14684669 or 257567. OLE color: 257567.
HSL color Cylindrical-coordinate representation of color #1FEE03: hue angle of 112.85º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FEE03 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 3 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.07 |
| HSL | 112.85º | 0.98% | 0.47% | - |
| HSV(B) | 112.85º | 0.99% | 0.93% | - |
| XYZ | 31.16 | 61.45 | 10.3 | - |
| YUV | 149.32 | 45.42 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 3 | 0.87 | 0 | 0.99 | 0.07 | 112.85 | 0.98 | 0.47 |
| Hex | 1F | EE | 3 | 57 | 0 | 63 | 7 | 71 | 62 | 2F |
| Octal | 37 | 356 | 3 | 127 | 0 | 143 | 7 | 161 | 142 | 57 |
| Binary | 11111 | 11101110 | 11 | 1010111 | 0 | 1100011 | 111 | 1110001 | 1100010 | 101111 |
Color Harmonies of #1FEE03
Complementary color
Monochromatic Colors of #1FEE03
Black with #1FEE03
Text Example
Text Example
White with #1FEE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEE03; }
p { color: rgb(31,238,3); }
H1.HeaderClassName
{
color: #1FEE03;
}
.AnyTagClassName
{
color: #1FEE03;
}
</style>
background-color css
<style>
a { background-color: #1FEE03; }
a { background-color: rgb(31,238,3); }
div.DivClassName
{
background-color: #1FEE03;
}
.BgClassName
{
background-color: #1FEE03;
}
</style>
border-color css
<style>
span { border-color: #1FEE03; }
span { border-color: rgb(31,238,3); }
td.TdClassName
{
border-color: #1FEE03;
}
.TagClassName
{
border-color: #1FEE03;
}
</style>