Shades of Free Speech Green #10EF30
Tints of Free Speech Green #10EF30
RGB
CMYK
RGB Variations
Color information
#10EF30 (or 0x10EF30) is known color: Free Speech Green. HEX triplet: 10, EF and 30. RGB value is (16,239,48). Sum of RGB (Red+Green+Blue) = 16+239+48=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 239 (93.75% from 255 or 78.88% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EF30 is #EF10CF. Grayscale: #979797. Windows color (decimal): -15667408 or 3206928. OLE color: 3206928.
HSL color Cylindrical-coordinate representation of color #10EF30: hue angle of 128.61º 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 #10EF30 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 239 | 48 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.06 |
| HSL | 128.61º | 0.87% | 0.5% | - |
| HSV(B) | 128.61º | 0.93% | 0.94% | - |
| XYZ | 31.61 | 62.06 | 13.11 | - |
| YUV | 150.55 | 70.12 | 32.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 48 | 0.93 | 0 | 0.80 | 0.06 | 128.61 | 0.87 | 0.5 |
| Hex | 10 | EF | 30 | 5D | 0 | 50 | 6 | 81 | 57 | 32 |
| Octal | 20 | 357 | 60 | 135 | 0 | 120 | 6 | 201 | 127 | 62 |
| Binary | 10000 | 11101111 | 110000 | 1011101 | 0 | 1010000 | 110 | 10000001 | 1010111 | 110010 |
Color Harmonies of #10EF30
Complementary color
Monochromatic Colors of #10EF30
Black with #10EF30
Text Example
Text Example
White with #10EF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EF30; }
p { color: rgb(16,239,48); }
H1.HeaderClassName
{
color: #10EF30;
}
.AnyTagClassName
{
color: #10EF30;
}
</style>
background-color css
<style>
a { background-color: #10EF30; }
a { background-color: rgb(16,239,48); }
div.DivClassName
{
background-color: #10EF30;
}
.BgClassName
{
background-color: #10EF30;
}
</style>
border-color css
<style>
span { border-color: #10EF30; }
span { border-color: rgb(16,239,48); }
td.TdClassName
{
border-color: #10EF30;
}
.TagClassName
{
border-color: #10EF30;
}
</style>