Shades of Free Speech Green #05E02A
Tints of Free Speech Green #05E02A
RGB
CMYK
RGB Variations
Color information
#05E02A (or 0x05E02A) is known color: Free Speech Green. HEX triplet: 05, E0 and 2A. RGB value is (5,224,42). Sum of RGB (Red+Green+Blue) = 5+224+42=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 224 (87.89% from 255 or 82.66% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 224 - color contains mainly: green. Hex color #05E02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E02A is #FA1FD5. Grayscale: #8A8A8A. Windows color (decimal): -16392150 or 2809861. OLE color: 2809861.
HSL color Cylindrical-coordinate representation of color #05E02A: hue angle of 130.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E02A is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 42 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.12 |
| HSL | 130.14º | 0.96% | 0.45% | - |
| HSV(B) | 130.14º | 0.98% | 0.88% | - |
| XYZ | 27.14 | 53.51 | 11.09 | - |
| YUV | 137.77 | 73.95 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 42 | 0.98 | 0 | 0.81 | 0.12 | 130.14 | 0.96 | 0.45 |
| Hex | 5 | E0 | 2A | 62 | 0 | 51 | C | 82 | 60 | 2D |
| Octal | 5 | 340 | 52 | 142 | 0 | 121 | 14 | 202 | 140 | 55 |
| Binary | 101 | 11100000 | 101010 | 1100010 | 0 | 1010001 | 1100 | 10000010 | 1100000 | 101101 |
Color Harmonies of #05E02A
Complementary color
Monochromatic Colors of #05E02A
Black with #05E02A
Text Example
Text Example
White with #05E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E02A; }
p { color: rgb(5,224,42); }
H1.HeaderClassName
{
color: #05E02A;
}
.AnyTagClassName
{
color: #05E02A;
}
</style>
background-color css
<style>
a { background-color: #05E02A; }
a { background-color: rgb(5,224,42); }
div.DivClassName
{
background-color: #05E02A;
}
.BgClassName
{
background-color: #05E02A;
}
</style>
border-color css
<style>
span { border-color: #05E02A; }
span { border-color: rgb(5,224,42); }
td.TdClassName
{
border-color: #05E02A;
}
.TagClassName
{
border-color: #05E02A;
}
</style>