Shades of Free Speech Green #05EA2D
Tints of Free Speech Green #05EA2D
RGB
CMYK
RGB Variations
Color information
#05EA2D (or 0x05EA2D) is known color: Free Speech Green. HEX triplet: 05, EA and 2D. RGB value is (5,234,45). Sum of RGB (Red+Green+Blue) = 5+234+45=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 234 (91.80% from 255 or 82.39% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 234 - color contains mainly: green. Hex color #05EA2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EA2D is #FA15D2. Grayscale: #909090. Windows color (decimal): -16389587 or 3009029. OLE color: 3009029.
HSL color Cylindrical-coordinate representation of color #05EA2D: hue angle of 130.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EA2D is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 234 | 45 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.08 |
| HSL | 130.48º | 0.96% | 0.47% | - |
| HSV(B) | 130.48º | 0.98% | 0.92% | - |
| XYZ | 29.96 | 59.07 | 12.3 | - |
| YUV | 143.98 | 72.13 | 28.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 234 | 45 | 0.98 | 0 | 0.81 | 0.08 | 130.48 | 0.96 | 0.47 |
| Hex | 5 | EA | 2D | 62 | 0 | 51 | 8 | 82 | 60 | 2F |
| Octal | 5 | 352 | 55 | 142 | 0 | 121 | 10 | 202 | 140 | 57 |
| Binary | 101 | 11101010 | 101101 | 1100010 | 0 | 1010001 | 1000 | 10000010 | 1100000 | 101111 |
Color Harmonies of #05EA2D
Complementary color
Monochromatic Colors of #05EA2D
Black with #05EA2D
Text Example
Text Example
White with #05EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EA2D; }
p { color: rgb(5,234,45); }
H1.HeaderClassName
{
color: #05EA2D;
}
.AnyTagClassName
{
color: #05EA2D;
}
</style>
background-color css
<style>
a { background-color: #05EA2D; }
a { background-color: rgb(5,234,45); }
div.DivClassName
{
background-color: #05EA2D;
}
.BgClassName
{
background-color: #05EA2D;
}
</style>
border-color css
<style>
span { border-color: #05EA2D; }
span { border-color: rgb(5,234,45); }
td.TdClassName
{
border-color: #05EA2D;
}
.TagClassName
{
border-color: #05EA2D;
}
</style>