Shades of Free Speech Green #03DC23
Tints of Free Speech Green #03DC23
RGB
CMYK
RGB Variations
Color information
#03DC23 (or 0x03DC23) is known color: Free Speech Green. HEX triplet: 03, DC and 23. RGB value is (3,220,35). Sum of RGB (Red+Green+Blue) = 3+220+35=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 220 (86.33% from 255 or 85.27% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DC23 is #FC23DC. Grayscale: #868686. Windows color (decimal): -16524253 or 2350083. OLE color: 2350083.
HSL color Cylindrical-coordinate representation of color #03DC23: hue angle of 128.85º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DC23 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 35 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.14 |
| HSL | 128.85º | 0.97% | 0.44% | - |
| HSV(B) | 128.85º | 0.99% | 0.86% | - |
| XYZ | 25.93 | 51.33 | 10.13 | - |
| YUV | 134.03 | 72.11 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 35 | 0.99 | 0 | 0.84 | 0.14 | 128.85 | 0.97 | 0.44 |
| Hex | 3 | DC | 23 | 63 | 0 | 54 | E | 81 | 61 | 2C |
| Octal | 3 | 334 | 43 | 143 | 0 | 124 | 16 | 201 | 141 | 54 |
| Binary | 11 | 11011100 | 100011 | 1100011 | 0 | 1010100 | 1110 | 10000001 | 1100001 | 101100 |
Color Harmonies of #03DC23
Complementary color
Monochromatic Colors of #03DC23
Black with #03DC23
Text Example
Text Example
White with #03DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DC23; }
p { color: rgb(3,220,35); }
H1.HeaderClassName
{
color: #03DC23;
}
.AnyTagClassName
{
color: #03DC23;
}
</style>
background-color css
<style>
a { background-color: #03DC23; }
a { background-color: rgb(3,220,35); }
div.DivClassName
{
background-color: #03DC23;
}
.BgClassName
{
background-color: #03DC23;
}
</style>
border-color css
<style>
span { border-color: #03DC23; }
span { border-color: rgb(3,220,35); }
td.TdClassName
{
border-color: #03DC23;
}
.TagClassName
{
border-color: #03DC23;
}
</style>