Shades of Free Speech Green #03D002
Tints of Free Speech Green #03D002
RGB
CMYK
RGB Variations
Color information
#03D002 (or 0x03D002) is known color: Free Speech Green. HEX triplet: 03, D0 and 02. RGB value is (3,208,2). Sum of RGB (Red+Green+Blue) = 3+208+2=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 208 (81.64% from 255 or 97.65% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 208 - color contains mainly: green. Hex color #03D002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03D002 is #FC2FFD. Grayscale: #7B7B7B. Windows color (decimal): -16527358 or 184323. OLE color: 184323.
HSL color Cylindrical-coordinate representation of color #03D002: hue angle of 119.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D002 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.18 |
| HSL | 119.71º | 0.98% | 0.41% | - |
| HSV(B) | 119.71º | 0.99% | 0.82% | - |
| XYZ | 22.6 | 45.14 | 7.58 | - |
| YUV | 123.22 | 59.58 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 2 | 0.99 | 0 | 0.99 | 0.18 | 119.71 | 0.98 | 0.41 |
| Hex | 3 | D0 | 2 | 63 | 0 | 63 | 12 | 78 | 62 | 29 |
| Octal | 3 | 320 | 2 | 143 | 0 | 143 | 22 | 170 | 142 | 51 |
| Binary | 11 | 11010000 | 10 | 1100011 | 0 | 1100011 | 10010 | 1111000 | 1100010 | 101001 |
Color Harmonies of #03D002
Complementary color
Monochromatic Colors of #03D002
Black with #03D002
Text Example
Text Example
White with #03D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D002; }
p { color: rgb(3,208,2); }
H1.HeaderClassName
{
color: #03D002;
}
.AnyTagClassName
{
color: #03D002;
}
</style>
background-color css
<style>
a { background-color: #03D002; }
a { background-color: rgb(3,208,2); }
div.DivClassName
{
background-color: #03D002;
}
.BgClassName
{
background-color: #03D002;
}
</style>
border-color css
<style>
span { border-color: #03D002; }
span { border-color: rgb(3,208,2); }
td.TdClassName
{
border-color: #03D002;
}
.TagClassName
{
border-color: #03D002;
}
</style>