Shades of Free Speech Green #10DF2B
Tints of Free Speech Green #10DF2B
RGB
CMYK
RGB Variations
Color information
#10DF2B (or 0x10DF2B) is known color: Free Speech Green. HEX triplet: 10, DF and 2B. RGB value is (16,223,43). Sum of RGB (Red+Green+Blue) = 16+223+43=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DF2B is #EF20D4. Grayscale: #8D8D8D. Windows color (decimal): -15671509 or 2875152. OLE color: 2875152.
HSL color Cylindrical-coordinate representation of color #10DF2B: hue angle of 127.83º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DF2B is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 43 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.13 |
| HSL | 127.83º | 0.87% | 0.47% | - |
| HSV(B) | 127.83º | 0.93% | 0.87% | - |
| XYZ | 27.04 | 53.06 | 11.1 | - |
| YUV | 140.59 | 72.92 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 43 | 0.93 | 0 | 0.81 | 0.13 | 127.83 | 0.87 | 0.47 |
| Hex | 10 | DF | 2B | 5D | 0 | 51 | D | 80 | 57 | 2F |
| Octal | 20 | 337 | 53 | 135 | 0 | 121 | 15 | 200 | 127 | 57 |
| Binary | 10000 | 11011111 | 101011 | 1011101 | 0 | 1010001 | 1101 | 10000000 | 1010111 | 101111 |
Color Harmonies of #10DF2B
Complementary color
Monochromatic Colors of #10DF2B
Black with #10DF2B
Text Example
Text Example
White with #10DF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DF2B; }
p { color: rgb(16,223,43); }
H1.HeaderClassName
{
color: #10DF2B;
}
.AnyTagClassName
{
color: #10DF2B;
}
</style>
background-color css
<style>
a { background-color: #10DF2B; }
a { background-color: rgb(16,223,43); }
div.DivClassName
{
background-color: #10DF2B;
}
.BgClassName
{
background-color: #10DF2B;
}
</style>
border-color css
<style>
span { border-color: #10DF2B; }
span { border-color: rgb(16,223,43); }
td.TdClassName
{
border-color: #10DF2B;
}
.TagClassName
{
border-color: #10DF2B;
}
</style>