Shades of Free Speech Green #05E30B
Tints of Free Speech Green #05E30B
RGB
CMYK
RGB Variations
Color information
#05E30B (or 0x05E30B) is known color: Free Speech Green. HEX triplet: 05, E3 and 0B. RGB value is (5,227,11). Sum of RGB (Red+Green+Blue) = 5+227+11=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 227 (89.06% from 255 or 93.42% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 227 - color contains mainly: green. Hex color #05E30B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05E30B is #FA1CF4. Grayscale: #888888. Windows color (decimal): -16391413 or 779013. OLE color: 779013.
HSL color Cylindrical-coordinate representation of color #05E30B: hue angle of 121.62º 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 #05E30B is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 227 | 11 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.11 |
| HSL | 121.62º | 0.96% | 0.45% | - |
| HSV(B) | 121.62º | 0.98% | 0.89% | - |
| XYZ | 27.59 | 54.99 | 9.48 | - |
| YUV | 136 | 57.45 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 227 | 11 | 0.98 | 0 | 0.95 | 0.11 | 121.62 | 0.96 | 0.45 |
| Hex | 5 | E3 | B | 62 | 0 | 5F | B | 7A | 60 | 2D |
| Octal | 5 | 343 | 13 | 142 | 0 | 137 | 13 | 172 | 140 | 55 |
| Binary | 101 | 11100011 | 1011 | 1100010 | 0 | 1011111 | 1011 | 1111010 | 1100000 | 101101 |
Color Harmonies of #05E30B
Complementary color
Monochromatic Colors of #05E30B
Black with #05E30B
Text Example
Text Example
White with #05E30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E30B; }
p { color: rgb(5,227,11); }
H1.HeaderClassName
{
color: #05E30B;
}
.AnyTagClassName
{
color: #05E30B;
}
</style>
background-color css
<style>
a { background-color: #05E30B; }
a { background-color: rgb(5,227,11); }
div.DivClassName
{
background-color: #05E30B;
}
.BgClassName
{
background-color: #05E30B;
}
</style>
border-color css
<style>
span { border-color: #05E30B; }
span { border-color: rgb(5,227,11); }
td.TdClassName
{
border-color: #05E30B;
}
.TagClassName
{
border-color: #05E30B;
}
</style>