Shades of Free Speech Green #10ED30
Tints of Free Speech Green #10ED30
RGB
CMYK
RGB Variations
Color information
#10ED30 (or 0x10ED30) is known color: Free Speech Green. HEX triplet: 10, ED and 30. RGB value is (16,237,48). Sum of RGB (Red+Green+Blue) = 16+237+48=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 237 (92.97% from 255 or 78.74% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 237 - color contains mainly: green. Hex color #10ED30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10ED30 is #EF12CF. Grayscale: #959595. Windows color (decimal): -15667920 or 3206416. OLE color: 3206416.
HSL color Cylindrical-coordinate representation of color #10ED30: hue angle of 128.69º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ED30 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 237 | 48 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.07 |
| HSL | 128.69º | 0.87% | 0.5% | - |
| HSV(B) | 128.69º | 0.93% | 0.93% | - |
| XYZ | 31.03 | 60.89 | 12.91 | - |
| YUV | 149.38 | 70.78 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 237 | 48 | 0.93 | 0 | 0.80 | 0.07 | 128.69 | 0.87 | 0.5 |
| Hex | 10 | ED | 30 | 5D | 0 | 50 | 7 | 81 | 57 | 32 |
| Octal | 20 | 355 | 60 | 135 | 0 | 120 | 7 | 201 | 127 | 62 |
| Binary | 10000 | 11101101 | 110000 | 1011101 | 0 | 1010000 | 111 | 10000001 | 1010111 | 110010 |
Color Harmonies of #10ED30
Complementary color
Monochromatic Colors of #10ED30
Black with #10ED30
Text Example
Text Example
White with #10ED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ED30; }
p { color: rgb(16,237,48); }
H1.HeaderClassName
{
color: #10ED30;
}
.AnyTagClassName
{
color: #10ED30;
}
</style>
background-color css
<style>
a { background-color: #10ED30; }
a { background-color: rgb(16,237,48); }
div.DivClassName
{
background-color: #10ED30;
}
.BgClassName
{
background-color: #10ED30;
}
</style>
border-color css
<style>
span { border-color: #10ED30; }
span { border-color: rgb(16,237,48); }
td.TdClassName
{
border-color: #10ED30;
}
.TagClassName
{
border-color: #10ED30;
}
</style>