Shades of Free Speech Green #0DE003
Tints of Free Speech Green #0DE003
RGB
CMYK
RGB Variations
Color information
#0DE003 (or 0x0DE003) is known color: Free Speech Green. HEX triplet: 0D, E0 and 03. RGB value is (13,224,3). Sum of RGB (Red+Green+Blue) = 13+224+3=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 224 (87.89% from 255 or 93.33% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DE003 is #F21FFC. Grayscale: #888888. Windows color (decimal): -15867901 or 253965. OLE color: 253965.
HSL color Cylindrical-coordinate representation of color #0DE003: hue angle of 117.29º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DE003 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 224 | 3 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.12 |
| HSL | 117.29º | 0.97% | 0.45% | - |
| HSV(B) | 117.29º | 0.99% | 0.88% | - |
| XYZ | 26.84 | 53.4 | 8.98 | - |
| YUV | 135.72 | 53.1 | 40.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 3 | 0.94 | 0 | 0.99 | 0.12 | 117.29 | 0.97 | 0.45 |
| Hex | D | E0 | 3 | 5E | 0 | 63 | C | 75 | 61 | 2D |
| Octal | 15 | 340 | 3 | 136 | 0 | 143 | 14 | 165 | 141 | 55 |
| Binary | 1101 | 11100000 | 11 | 1011110 | 0 | 1100011 | 1100 | 1110101 | 1100001 | 101101 |
Color Harmonies of #0DE003
Complementary color
Monochromatic Colors of #0DE003
Black with #0DE003
Text Example
Text Example
White with #0DE003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE003; }
p { color: rgb(13,224,3); }
H1.HeaderClassName
{
color: #0DE003;
}
.AnyTagClassName
{
color: #0DE003;
}
</style>
background-color css
<style>
a { background-color: #0DE003; }
a { background-color: rgb(13,224,3); }
div.DivClassName
{
background-color: #0DE003;
}
.BgClassName
{
background-color: #0DE003;
}
</style>
border-color css
<style>
span { border-color: #0DE003; }
span { border-color: rgb(13,224,3); }
td.TdClassName
{
border-color: #0DE003;
}
.TagClassName
{
border-color: #0DE003;
}
</style>