Shades of Free Speech Green #0DDB03
Tints of Free Speech Green #0DDB03
RGB
CMYK
RGB Variations
Color information
#0DDB03 (or 0x0DDB03) is known color: Free Speech Green. HEX triplet: 0D, DB and 03. RGB value is (13,219,3). Sum of RGB (Red+Green+Blue) = 13+219+3=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 219 (85.94% from 255 or 93.19% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDB03 is #F224FC. Grayscale: #858585. Windows color (decimal): -15869181 or 252685. OLE color: 252685.
HSL color Cylindrical-coordinate representation of color #0DDB03: hue angle of 117.22º 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 #0DDB03 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 3 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.14 |
| HSL | 117.22º | 0.97% | 0.44% | - |
| HSV(B) | 117.22º | 0.99% | 0.86% | - |
| XYZ | 25.51 | 50.76 | 8.54 | - |
| YUV | 132.78 | 54.75 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 3 | 0.94 | 0 | 0.99 | 0.14 | 117.22 | 0.97 | 0.44 |
| Hex | D | DB | 3 | 5E | 0 | 63 | E | 75 | 61 | 2C |
| Octal | 15 | 333 | 3 | 136 | 0 | 143 | 16 | 165 | 141 | 54 |
| Binary | 1101 | 11011011 | 11 | 1011110 | 0 | 1100011 | 1110 | 1110101 | 1100001 | 101100 |
Color Harmonies of #0DDB03
Complementary color
Monochromatic Colors of #0DDB03
Black with #0DDB03
Text Example
Text Example
White with #0DDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB03; }
p { color: rgb(13,219,3); }
H1.HeaderClassName
{
color: #0DDB03;
}
.AnyTagClassName
{
color: #0DDB03;
}
</style>
background-color css
<style>
a { background-color: #0DDB03; }
a { background-color: rgb(13,219,3); }
div.DivClassName
{
background-color: #0DDB03;
}
.BgClassName
{
background-color: #0DDB03;
}
</style>
border-color css
<style>
span { border-color: #0DDB03; }
span { border-color: rgb(13,219,3); }
td.TdClassName
{
border-color: #0DDB03;
}
.TagClassName
{
border-color: #0DDB03;
}
</style>