Shades of Free Speech Green #05E32A
Tints of Free Speech Green #05E32A
RGB
CMYK
RGB Variations
Color information
#05E32A (or 0x05E32A) is known color: Free Speech Green. HEX triplet: 05, E3 and 2A. RGB value is (5,227,42). Sum of RGB (Red+Green+Blue) = 5+227+42=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 227 (89.06% from 255 or 82.85% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 227 - color contains mainly: green. Hex color #05E32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E32A is #FA1CD5. Grayscale: #8C8C8C. Windows color (decimal): -16391382 or 2810629. OLE color: 2810629.
HSL color Cylindrical-coordinate representation of color #05E32A: hue angle of 130º 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 #05E32A is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 227 | 42 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.11 |
| HSL | 130º | 0.96% | 0.45% | - |
| HSV(B) | 130º | 0.98% | 0.89% | - |
| XYZ | 27.95 | 55.14 | 11.36 | - |
| YUV | 139.53 | 72.95 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 227 | 42 | 0.98 | 0 | 0.81 | 0.11 | 130 | 0.96 | 0.45 |
| Hex | 5 | E3 | 2A | 62 | 0 | 51 | B | 82 | 60 | 2D |
| Octal | 5 | 343 | 52 | 142 | 0 | 121 | 13 | 202 | 140 | 55 |
| Binary | 101 | 11100011 | 101010 | 1100010 | 0 | 1010001 | 1011 | 10000010 | 1100000 | 101101 |
Color Harmonies of #05E32A
Complementary color
Monochromatic Colors of #05E32A
Black with #05E32A
Text Example
Text Example
White with #05E32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E32A; }
p { color: rgb(5,227,42); }
H1.HeaderClassName
{
color: #05E32A;
}
.AnyTagClassName
{
color: #05E32A;
}
</style>
background-color css
<style>
a { background-color: #05E32A; }
a { background-color: rgb(5,227,42); }
div.DivClassName
{
background-color: #05E32A;
}
.BgClassName
{
background-color: #05E32A;
}
</style>
border-color css
<style>
span { border-color: #05E32A; }
span { border-color: rgb(5,227,42); }
td.TdClassName
{
border-color: #05E32A;
}
.TagClassName
{
border-color: #05E32A;
}
</style>