Shades of Free Speech Green #05EC30
Tints of Free Speech Green #05EC30
RGB
CMYK
RGB Variations
Color information
#05EC30 (or 0x05EC30) is known color: Free Speech Green. HEX triplet: 05, EC and 30. RGB value is (5,236,48). Sum of RGB (Red+Green+Blue) = 5+236+48=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 236 (92.58% from 255 or 81.66% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EC30 is #FA13CF. Grayscale: #929292. Windows color (decimal): -16389072 or 3206149. OLE color: 3206149.
HSL color Cylindrical-coordinate representation of color #05EC30: hue angle of 131.17º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EC30 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 48 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.07 |
| HSL | 131.17º | 0.96% | 0.47% | - |
| HSV(B) | 131.17º | 0.98% | 0.93% | - |
| XYZ | 30.59 | 60.24 | 12.81 | - |
| YUV | 145.5 | 72.97 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 48 | 0.98 | 0 | 0.80 | 0.07 | 131.17 | 0.96 | 0.47 |
| Hex | 5 | EC | 30 | 62 | 0 | 50 | 7 | 83 | 60 | 2F |
| Octal | 5 | 354 | 60 | 142 | 0 | 120 | 7 | 203 | 140 | 57 |
| Binary | 101 | 11101100 | 110000 | 1100010 | 0 | 1010000 | 111 | 10000011 | 1100000 | 101111 |
Color Harmonies of #05EC30
Complementary color
Monochromatic Colors of #05EC30
Black with #05EC30
Text Example
Text Example
White with #05EC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EC30; }
p { color: rgb(5,236,48); }
H1.HeaderClassName
{
color: #05EC30;
}
.AnyTagClassName
{
color: #05EC30;
}
</style>
background-color css
<style>
a { background-color: #05EC30; }
a { background-color: rgb(5,236,48); }
div.DivClassName
{
background-color: #05EC30;
}
.BgClassName
{
background-color: #05EC30;
}
</style>
border-color css
<style>
span { border-color: #05EC30; }
span { border-color: rgb(5,236,48); }
td.TdClassName
{
border-color: #05EC30;
}
.TagClassName
{
border-color: #05EC30;
}
</style>