Shades of Free Speech Green #05EF2D
Tints of Free Speech Green #05EF2D
RGB
CMYK
RGB Variations
Color information
#05EF2D (or 0x05EF2D) is known color: Free Speech Green. HEX triplet: 05, EF and 2D. RGB value is (5,239,45). Sum of RGB (Red+Green+Blue) = 5+239+45=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 239 (93.75% from 255 or 82.70% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 239 - color contains mainly: green. Hex color #05EF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EF2D is #FA10D2. Grayscale: #939393. Windows color (decimal): -16388307 or 3010309. OLE color: 3010309.
HSL color Cylindrical-coordinate representation of color #05EF2D: hue angle of 130.26º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EF2D is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 239 | 45 | - |
| CMYK | 0.98 | 0 | 0.81 | 0.06 |
| HSL | 130.26º | 0.96% | 0.48% | - |
| HSV(B) | 130.26º | 0.98% | 0.94% | - |
| XYZ | 31.4 | 61.95 | 12.79 | - |
| YUV | 146.92 | 70.48 | 26.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 239 | 45 | 0.98 | 0 | 0.81 | 0.06 | 130.26 | 0.96 | 0.48 |
| Hex | 5 | EF | 2D | 62 | 0 | 51 | 6 | 82 | 60 | 30 |
| Octal | 5 | 357 | 55 | 142 | 0 | 121 | 6 | 202 | 140 | 60 |
| Binary | 101 | 11101111 | 101101 | 1100010 | 0 | 1010001 | 110 | 10000010 | 1100000 | 110000 |
Color Harmonies of #05EF2D
Complementary color
Monochromatic Colors of #05EF2D
Black with #05EF2D
Text Example
Text Example
White with #05EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EF2D; }
p { color: rgb(5,239,45); }
H1.HeaderClassName
{
color: #05EF2D;
}
.AnyTagClassName
{
color: #05EF2D;
}
</style>
background-color css
<style>
a { background-color: #05EF2D; }
a { background-color: rgb(5,239,45); }
div.DivClassName
{
background-color: #05EF2D;
}
.BgClassName
{
background-color: #05EF2D;
}
</style>
border-color css
<style>
span { border-color: #05EF2D; }
span { border-color: rgb(5,239,45); }
td.TdClassName
{
border-color: #05EF2D;
}
.TagClassName
{
border-color: #05EF2D;
}
</style>