Shades of Free Speech Green #05EC2C
Tints of Free Speech Green #05EC2C
RGB
CMYK
RGB Variations
Color information
#05EC2C (or 0x05EC2C) is known color: Free Speech Green. HEX triplet: 05, EC and 2C. RGB value is (5,236,44). Sum of RGB (Red+Green+Blue) = 5+236+44=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 236 (92.58% from 255 or 82.81% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EC2C is #FA13D3. Grayscale: #919191. Windows color (decimal): -16389076 or 2944005. OLE color: 2944005.
HSL color Cylindrical-coordinate representation of color #05EC2C: hue angle of 130.13º 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 #05EC2C is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 44 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.07 |
| HSL | 130.13º | 0.96% | 0.47% | - |
| HSV(B) | 130.13º | 0.98% | 0.93% | - |
| XYZ | 30.51 | 60.21 | 12.4 | - |
| YUV | 145.04 | 70.97 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 44 | 0.98 | 0 | 0.81 | 0.07 | 130.13 | 0.96 | 0.47 |
| Hex | 5 | EC | 2C | 62 | 0 | 51 | 7 | 82 | 60 | 2F |
| Octal | 5 | 354 | 54 | 142 | 0 | 121 | 7 | 202 | 140 | 57 |
| Binary | 101 | 11101100 | 101100 | 1100010 | 0 | 1010001 | 111 | 10000010 | 1100000 | 101111 |
Color Harmonies of #05EC2C
Complementary color
Monochromatic Colors of #05EC2C
Black with #05EC2C
Text Example
Text Example
White with #05EC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EC2C; }
p { color: rgb(5,236,44); }
H1.HeaderClassName
{
color: #05EC2C;
}
.AnyTagClassName
{
color: #05EC2C;
}
</style>
background-color css
<style>
a { background-color: #05EC2C; }
a { background-color: rgb(5,236,44); }
div.DivClassName
{
background-color: #05EC2C;
}
.BgClassName
{
background-color: #05EC2C;
}
</style>
border-color css
<style>
span { border-color: #05EC2C; }
span { border-color: rgb(5,236,44); }
td.TdClassName
{
border-color: #05EC2C;
}
.TagClassName
{
border-color: #05EC2C;
}
</style>