Shades of Free Speech Green #0DF003
Tints of Free Speech Green #0DF003
RGB
CMYK
RGB Variations
Color information
#0DF003 (or 0x0DF003) is known color: Free Speech Green. HEX triplet: 0D, F0 and 03. RGB value is (13,240,3). Sum of RGB (Red+Green+Blue) = 13+240+3=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 240 (94.14% from 255 or 93.75% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF003 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF003 is #F20FFC. Grayscale: #919191. Windows color (decimal): -15863805 or 258061. OLE color: 258061.
HSL color Cylindrical-coordinate representation of color #0DF003: hue angle of 117.47º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DF003 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 240 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.06 |
| HSL | 117.47º | 0.98% | 0.48% | - |
| HSV(B) | 117.47º | 0.99% | 0.94% | - |
| XYZ | 31.34 | 62.41 | 10.48 | - |
| YUV | 145.11 | 47.79 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 3 | 0.95 | 0 | 0.99 | 0.06 | 117.47 | 0.98 | 0.48 |
| Hex | D | F0 | 3 | 5F | 0 | 63 | 6 | 75 | 62 | 30 |
| Octal | 15 | 360 | 3 | 137 | 0 | 143 | 6 | 165 | 142 | 60 |
| Binary | 1101 | 11110000 | 11 | 1011111 | 0 | 1100011 | 110 | 1110101 | 1100010 | 110000 |
Color Harmonies of #0DF003
Complementary color
Monochromatic Colors of #0DF003
Black with #0DF003
Text Example
Text Example
White with #0DF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF003; }
p { color: rgb(13,240,3); }
H1.HeaderClassName
{
color: #0DF003;
}
.AnyTagClassName
{
color: #0DF003;
}
</style>
background-color css
<style>
a { background-color: #0DF003; }
a { background-color: rgb(13,240,3); }
div.DivClassName
{
background-color: #0DF003;
}
.BgClassName
{
background-color: #0DF003;
}
</style>
border-color css
<style>
span { border-color: #0DF003; }
span { border-color: rgb(13,240,3); }
td.TdClassName
{
border-color: #0DF003;
}
.TagClassName
{
border-color: #0DF003;
}
</style>