Shades of Free Speech Green #05FE2A
Tints of Free Speech Green #05FE2A
RGB
CMYK
RGB Variations
Color information
#05FE2A (or 0x05FE2A) is known color: Free Speech Green. HEX triplet: 05, FE and 2A. RGB value is (5,254,42). Sum of RGB (Red+Green+Blue) = 5+254+42=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 254 (99.61% from 255 or 84.39% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FE2A is #FA01D5. Grayscale: #9B9B9B. Windows color (decimal): -16384470 or 2817541. OLE color: 2817541.
HSL color Cylindrical-coordinate representation of color #05FE2A: hue angle of 128.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE2A is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 42 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.00 |
| HSL | 128.92º | 0.99% | 0.51% | - |
| HSV(B) | 128.92º | 0.98% | 1% | - |
| XYZ | 35.92 | 71.08 | 14.02 | - |
| YUV | 155.38 | 64.01 | 20.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 42 | 0.98 | 0 | 0.83 | 0.00 | 128.92 | 0.99 | 0.51 |
| Hex | 5 | FE | 2A | 62 | 0 | 53 | 0 | 81 | 63 | 33 |
| Octal | 5 | 376 | 52 | 142 | 0 | 123 | 0 | 201 | 143 | 63 |
| Binary | 101 | 11111110 | 101010 | 1100010 | 0 | 1010011 | 0 | 10000001 | 1100011 | 110011 |
Color Harmonies of #05FE2A
Complementary color
Monochromatic Colors of #05FE2A
Black with #05FE2A
Text Example
Text Example
White with #05FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FE2A; }
p { color: rgb(5,254,42); }
H1.HeaderClassName
{
color: #05FE2A;
}
.AnyTagClassName
{
color: #05FE2A;
}
</style>
background-color css
<style>
a { background-color: #05FE2A; }
a { background-color: rgb(5,254,42); }
div.DivClassName
{
background-color: #05FE2A;
}
.BgClassName
{
background-color: #05FE2A;
}
</style>
border-color css
<style>
span { border-color: #05FE2A; }
span { border-color: rgb(5,254,42); }
td.TdClassName
{
border-color: #05FE2A;
}
.TagClassName
{
border-color: #05FE2A;
}
</style>