Shades of Free Speech Green #10FE2F
Tints of Free Speech Green #10FE2F
RGB
CMYK
RGB Variations
Color information
#10FE2F (or 0x10FE2F) is known color: Free Speech Green. HEX triplet: 10, FE and 2F. RGB value is (16,254,47). Sum of RGB (Red+Green+Blue) = 16+254+47=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 254 (99.61% from 255 or 80.13% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FE2F is #EF01D0. Grayscale: #9F9F9F. Windows color (decimal): -15663569 or 3145232. OLE color: 3145232.
HSL color Cylindrical-coordinate representation of color #10FE2F: hue angle of 127.82º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FE2F is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 47 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.00 |
| HSL | 127.82º | 0.99% | 0.53% | - |
| HSV(B) | 127.82º | 0.94% | 1% | - |
| XYZ | 36.17 | 71.2 | 14.53 | - |
| YUV | 159.24 | 64.65 | 25.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 47 | 0.94 | 0 | 0.81 | 0.00 | 127.82 | 0.99 | 0.53 |
| Hex | 10 | FE | 2F | 5E | 0 | 51 | 0 | 80 | 63 | 35 |
| Octal | 20 | 376 | 57 | 136 | 0 | 121 | 0 | 200 | 143 | 65 |
| Binary | 10000 | 11111110 | 101111 | 1011110 | 0 | 1010001 | 0 | 10000000 | 1100011 | 110101 |
Color Harmonies of #10FE2F
Complementary color
Monochromatic Colors of #10FE2F
Black with #10FE2F
Text Example
Text Example
White with #10FE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FE2F; }
p { color: rgb(16,254,47); }
H1.HeaderClassName
{
color: #10FE2F;
}
.AnyTagClassName
{
color: #10FE2F;
}
</style>
background-color css
<style>
a { background-color: #10FE2F; }
a { background-color: rgb(16,254,47); }
div.DivClassName
{
background-color: #10FE2F;
}
.BgClassName
{
background-color: #10FE2F;
}
</style>
border-color css
<style>
span { border-color: #10FE2F; }
span { border-color: rgb(16,254,47); }
td.TdClassName
{
border-color: #10FE2F;
}
.TagClassName
{
border-color: #10FE2F;
}
</style>