Shades of Free Speech Green #03E613
Tints of Free Speech Green #03E613
RGB
CMYK
RGB Variations
Color information
#03E613 (or 0x03E613) is known color: Free Speech Green. HEX triplet: 03, E6 and 13. RGB value is (3,230,19). Sum of RGB (Red+Green+Blue) = 3+230+19=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 230 (90.23% from 255 or 91.27% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 230 - color contains mainly: green. Hex color #03E613 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03E613 is #FC19EC. Grayscale: #8A8A8A. Windows color (decimal): -16521709 or 1304067. OLE color: 1304067.
HSL color Cylindrical-coordinate representation of color #03E613: hue angle of 124.23º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E613 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 230 | 19 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.10 |
| HSL | 124.23º | 0.97% | 0.46% | - |
| HSV(B) | 124.23º | 0.99% | 0.9% | - |
| XYZ | 28.45 | 56.66 | 10.05 | - |
| YUV | 138.07 | 60.79 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 230 | 19 | 0.99 | 0 | 0.92 | 0.10 | 124.23 | 0.97 | 0.46 |
| Hex | 3 | E6 | 13 | 63 | 0 | 5C | A | 7C | 61 | 2E |
| Octal | 3 | 346 | 23 | 143 | 0 | 134 | 12 | 174 | 141 | 56 |
| Binary | 11 | 11100110 | 10011 | 1100011 | 0 | 1011100 | 1010 | 1111100 | 1100001 | 101110 |
Color Harmonies of #03E613
Complementary color
Monochromatic Colors of #03E613
Black with #03E613
Text Example
Text Example
White with #03E613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E613; }
p { color: rgb(3,230,19); }
H1.HeaderClassName
{
color: #03E613;
}
.AnyTagClassName
{
color: #03E613;
}
</style>
background-color css
<style>
a { background-color: #03E613; }
a { background-color: rgb(3,230,19); }
div.DivClassName
{
background-color: #03E613;
}
.BgClassName
{
background-color: #03E613;
}
</style>
border-color css
<style>
span { border-color: #03E613; }
span { border-color: rgb(3,230,19); }
td.TdClassName
{
border-color: #03E613;
}
.TagClassName
{
border-color: #03E613;
}
</style>