Shades of Free Speech Green #03EB2D
Tints of Free Speech Green #03EB2D
RGB
CMYK
RGB Variations
Color information
#03EB2D (or 0x03EB2D) is known color: Free Speech Green. HEX triplet: 03, EB and 2D. RGB value is (3,235,45). Sum of RGB (Red+Green+Blue) = 3+235+45=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 235 (92.19% from 255 or 83.04% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 235 - color contains mainly: green. Hex color #03EB2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EB2D is #FC14D2. Grayscale: #909090. Windows color (decimal): -16520403 or 3009283. OLE color: 3009283.
HSL color Cylindrical-coordinate representation of color #03EB2D: hue angle of 130.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EB2D is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 235 | 45 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.08 |
| HSL | 130.86º | 0.97% | 0.47% | - |
| HSV(B) | 130.86º | 0.99% | 0.92% | - |
| XYZ | 30.22 | 59.63 | 12.4 | - |
| YUV | 143.97 | 72.14 | 27.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 235 | 45 | 0.99 | 0 | 0.81 | 0.08 | 130.86 | 0.97 | 0.47 |
| Hex | 3 | EB | 2D | 63 | 0 | 51 | 8 | 83 | 61 | 2F |
| Octal | 3 | 353 | 55 | 143 | 0 | 121 | 10 | 203 | 141 | 57 |
| Binary | 11 | 11101011 | 101101 | 1100011 | 0 | 1010001 | 1000 | 10000011 | 1100001 | 101111 |
Color Harmonies of #03EB2D
Complementary color
Monochromatic Colors of #03EB2D
Black with #03EB2D
Text Example
Text Example
White with #03EB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EB2D; }
p { color: rgb(3,235,45); }
H1.HeaderClassName
{
color: #03EB2D;
}
.AnyTagClassName
{
color: #03EB2D;
}
</style>
background-color css
<style>
a { background-color: #03EB2D; }
a { background-color: rgb(3,235,45); }
div.DivClassName
{
background-color: #03EB2D;
}
.BgClassName
{
background-color: #03EB2D;
}
</style>
border-color css
<style>
span { border-color: #03EB2D; }
span { border-color: rgb(3,235,45); }
td.TdClassName
{
border-color: #03EB2D;
}
.TagClassName
{
border-color: #03EB2D;
}
</style>