Shades of Free Speech Green #10EF2F
Tints of Free Speech Green #10EF2F
RGB
CMYK
RGB Variations
Color information
#10EF2F (or 0x10EF2F) is known color: Free Speech Green. HEX triplet: 10, EF and 2F. RGB value is (16,239,47). Sum of RGB (Red+Green+Blue) = 16+239+47=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 239 (93.75% from 255 or 79.14% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EF2F is #EF10D0. Grayscale: #969696. Windows color (decimal): -15667409 or 3141392. OLE color: 3141392.
HSL color Cylindrical-coordinate representation of color #10EF2F: hue angle of 128.34º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EF2F is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 239 | 47 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.06 |
| HSL | 128.34º | 0.87% | 0.5% | - |
| HSV(B) | 128.34º | 0.93% | 0.94% | - |
| XYZ | 31.59 | 62.05 | 13 | - |
| YUV | 150.44 | 69.62 | 32.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 47 | 0.93 | 0 | 0.80 | 0.06 | 128.34 | 0.87 | 0.5 |
| Hex | 10 | EF | 2F | 5D | 0 | 50 | 6 | 80 | 57 | 32 |
| Octal | 20 | 357 | 57 | 135 | 0 | 120 | 6 | 200 | 127 | 62 |
| Binary | 10000 | 11101111 | 101111 | 1011101 | 0 | 1010000 | 110 | 10000000 | 1010111 | 110010 |
Color Harmonies of #10EF2F
Complementary color
Monochromatic Colors of #10EF2F
Black with #10EF2F
Text Example
Text Example
White with #10EF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EF2F; }
p { color: rgb(16,239,47); }
H1.HeaderClassName
{
color: #10EF2F;
}
.AnyTagClassName
{
color: #10EF2F;
}
</style>
background-color css
<style>
a { background-color: #10EF2F; }
a { background-color: rgb(16,239,47); }
div.DivClassName
{
background-color: #10EF2F;
}
.BgClassName
{
background-color: #10EF2F;
}
</style>
border-color css
<style>
span { border-color: #10EF2F; }
span { border-color: rgb(16,239,47); }
td.TdClassName
{
border-color: #10EF2F;
}
.TagClassName
{
border-color: #10EF2F;
}
</style>