Shades of Free Speech Green #10EF2D
Tints of Free Speech Green #10EF2D
RGB
CMYK
RGB Variations
Color information
#10EF2D (or 0x10EF2D) is known color: Free Speech Green. HEX triplet: 10, EF and 2D. RGB value is (16,239,45). Sum of RGB (Red+Green+Blue) = 16+239+45=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 239 (93.75% from 255 or 79.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EF2D is #EF10D2. Grayscale: #969696. Windows color (decimal): -15667411 or 3010320. OLE color: 3010320.
HSL color Cylindrical-coordinate representation of color #10EF2D: hue angle of 127.8º 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 #10EF2D is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 239 | 45 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.06 |
| HSL | 127.8º | 0.87% | 0.5% | - |
| HSV(B) | 127.8º | 0.93% | 0.94% | - |
| XYZ | 31.55 | 62.03 | 12.79 | - |
| YUV | 150.21 | 68.62 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 45 | 0.93 | 0 | 0.81 | 0.06 | 127.8 | 0.87 | 0.5 |
| Hex | 10 | EF | 2D | 5D | 0 | 51 | 6 | 80 | 57 | 32 |
| Octal | 20 | 357 | 55 | 135 | 0 | 121 | 6 | 200 | 127 | 62 |
| Binary | 10000 | 11101111 | 101101 | 1011101 | 0 | 1010001 | 110 | 10000000 | 1010111 | 110010 |
Color Harmonies of #10EF2D
Complementary color
Monochromatic Colors of #10EF2D
Black with #10EF2D
Text Example
Text Example
White with #10EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EF2D; }
p { color: rgb(16,239,45); }
H1.HeaderClassName
{
color: #10EF2D;
}
.AnyTagClassName
{
color: #10EF2D;
}
</style>
background-color css
<style>
a { background-color: #10EF2D; }
a { background-color: rgb(16,239,45); }
div.DivClassName
{
background-color: #10EF2D;
}
.BgClassName
{
background-color: #10EF2D;
}
</style>
border-color css
<style>
span { border-color: #10EF2D; }
span { border-color: rgb(16,239,45); }
td.TdClassName
{
border-color: #10EF2D;
}
.TagClassName
{
border-color: #10EF2D;
}
</style>