Shades of Free Speech Green #05E30A
Tints of Free Speech Green #05E30A
RGB
CMYK
RGB Variations
Color information
#05E30A (or 0x05E30A) is known color: Free Speech Green. HEX triplet: 05, E3 and 0A. RGB value is (5,227,10). Sum of RGB (Red+Green+Blue) = 5+227+10=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 227 (89.06% from 255 or 93.80% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 227 - color contains mainly: green. Hex color #05E30A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E30A is #FA1CF5. Grayscale: #888888. Windows color (decimal): -16391414 or 713477. OLE color: 713477.
HSL color Cylindrical-coordinate representation of color #05E30A: hue angle of 121.35º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E30A is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 227 | 10 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.11 |
| HSL | 121.35º | 0.96% | 0.45% | - |
| HSV(B) | 121.35º | 0.98% | 0.89% | - |
| XYZ | 27.59 | 54.99 | 9.45 | - |
| YUV | 135.88 | 56.95 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 227 | 10 | 0.98 | 0 | 0.96 | 0.11 | 121.35 | 0.96 | 0.45 |
| Hex | 5 | E3 | A | 62 | 0 | 60 | B | 79 | 60 | 2D |
| Octal | 5 | 343 | 12 | 142 | 0 | 140 | 13 | 171 | 140 | 55 |
| Binary | 101 | 11100011 | 1010 | 1100010 | 0 | 1100000 | 1011 | 1111001 | 1100000 | 101101 |
Color Harmonies of #05E30A
Complementary color
Monochromatic Colors of #05E30A
Black with #05E30A
Text Example
Text Example
White with #05E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E30A; }
p { color: rgb(5,227,10); }
H1.HeaderClassName
{
color: #05E30A;
}
.AnyTagClassName
{
color: #05E30A;
}
</style>
background-color css
<style>
a { background-color: #05E30A; }
a { background-color: rgb(5,227,10); }
div.DivClassName
{
background-color: #05E30A;
}
.BgClassName
{
background-color: #05E30A;
}
</style>
border-color css
<style>
span { border-color: #05E30A; }
span { border-color: rgb(5,227,10); }
td.TdClassName
{
border-color: #05E30A;
}
.TagClassName
{
border-color: #05E30A;
}
</style>