Shades of Free Speech Green #16EF30
Tints of Free Speech Green #16EF30
RGB
CMYK
RGB Variations
Color information
#16EF30 (or 0x16EF30) is known color: Free Speech Green. HEX triplet: 16, EF and 30. RGB value is (22,239,48). Sum of RGB (Red+Green+Blue) = 22+239+48=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 239 (93.75% from 255 or 77.35% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 239 - color contains mainly: green. Hex color #16EF30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16EF30 is #E910CF. Grayscale: #989898. Windows color (decimal): -15274192 or 3206934. OLE color: 3206934.
HSL color Cylindrical-coordinate representation of color #16EF30: hue angle of 127.19º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16EF30 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 239 | 48 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.06 |
| HSL | 127.19º | 0.87% | 0.51% | - |
| HSV(B) | 127.19º | 0.91% | 0.94% | - |
| XYZ | 31.73 | 62.12 | 13.11 | - |
| YUV | 152.34 | 69.11 | 35.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 239 | 48 | 0.91 | 0 | 0.80 | 0.06 | 127.19 | 0.87 | 0.51 |
| Hex | 16 | EF | 30 | 5B | 0 | 50 | 6 | 7F | 57 | 33 |
| Octal | 26 | 357 | 60 | 133 | 0 | 120 | 6 | 177 | 127 | 63 |
| Binary | 10110 | 11101111 | 110000 | 1011011 | 0 | 1010000 | 110 | 1111111 | 1010111 | 110011 |
Color Harmonies of #16EF30
Complementary color
Monochromatic Colors of #16EF30
Black with #16EF30
Text Example
Text Example
White with #16EF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EF30; }
p { color: rgb(22,239,48); }
H1.HeaderClassName
{
color: #16EF30;
}
.AnyTagClassName
{
color: #16EF30;
}
</style>
background-color css
<style>
a { background-color: #16EF30; }
a { background-color: rgb(22,239,48); }
div.DivClassName
{
background-color: #16EF30;
}
.BgClassName
{
background-color: #16EF30;
}
</style>
border-color css
<style>
span { border-color: #16EF30; }
span { border-color: rgb(22,239,48); }
td.TdClassName
{
border-color: #16EF30;
}
.TagClassName
{
border-color: #16EF30;
}
</style>