Shades of Free Speech Green #10FF2F
Tints of Free Speech Green #10FF2F
RGB
CMYK
RGB Variations
Color information
#10FF2F (or 0x10FF2F) is known color: Free Speech Green. HEX triplet: 10, FF and 2F. RGB value is (16,255,47). Sum of RGB (Red+Green+Blue) = 16+255+47=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 255 (100% from 255 or 80.19% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FF2F is #EF00D0. Grayscale: #A0A0A0. Windows color (decimal): -15663313 or 3145488. OLE color: 3145488.
HSL color Cylindrical-coordinate representation of color #10FF2F: hue angle of 127.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF2F is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 47 | - |
| CMYK | 0.94 | 0 | 0.82 | 0 |
| HSL | 127.78º | 1% | 0.53% | - |
| HSV(B) | 127.78º | 0.94% | 1% | - |
| XYZ | 36.49 | 71.84 | 14.63 | - |
| YUV | 159.83 | 64.32 | 25.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 47 | 0.94 | 0 | 0.82 | 0 | 127.78 | 1 | 0.53 |
| Hex | 10 | FF | 2F | 5E | 0 | 52 | 0 | 80 | 64 | 35 |
| Octal | 20 | 377 | 57 | 136 | 0 | 122 | 0 | 200 | 144 | 65 |
| Binary | 10000 | 11111111 | 101111 | 1011110 | 0 | 1010010 | 0 | 10000000 | 1100100 | 110101 |
Color Harmonies of #10FF2F
Complementary color
Monochromatic Colors of #10FF2F
Black with #10FF2F
Text Example
Text Example
White with #10FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF2F; }
p { color: rgb(16,255,47); }
H1.HeaderClassName
{
color: #10FF2F;
}
.AnyTagClassName
{
color: #10FF2F;
}
</style>
background-color css
<style>
a { background-color: #10FF2F; }
a { background-color: rgb(16,255,47); }
div.DivClassName
{
background-color: #10FF2F;
}
.BgClassName
{
background-color: #10FF2F;
}
</style>
border-color css
<style>
span { border-color: #10FF2F; }
span { border-color: rgb(16,255,47); }
td.TdClassName
{
border-color: #10FF2F;
}
.TagClassName
{
border-color: #10FF2F;
}
</style>