Shades of Free Speech Green #0DD51E
Tints of Free Speech Green #0DD51E
RGB
CMYK
RGB Variations
Color information
#0DD51E (or 0x0DD51E) is known color: Free Speech Green. HEX triplet: 0D, D5 and 1E. RGB value is (13,213,30). Sum of RGB (Red+Green+Blue) = 13+213+30=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 213 (83.59% from 255 or 83.20% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD51E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD51E is #F22AE1. Grayscale: #848484. Windows color (decimal): -15870690 or 2020621. OLE color: 2020621.
HSL color Cylindrical-coordinate representation of color #0DD51E: hue angle of 125.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD51E is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 213 | 30 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.16 |
| HSL | 125.1º | 0.88% | 0.44% | - |
| HSV(B) | 125.1º | 0.94% | 0.84% | - |
| XYZ | 24.19 | 47.77 | 9.17 | - |
| YUV | 132.34 | 70.24 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 213 | 30 | 0.94 | 0 | 0.86 | 0.16 | 125.1 | 0.88 | 0.44 |
| Hex | D | D5 | 1E | 5E | 0 | 56 | 10 | 7D | 58 | 2C |
| Octal | 15 | 325 | 36 | 136 | 0 | 126 | 20 | 175 | 130 | 54 |
| Binary | 1101 | 11010101 | 11110 | 1011110 | 0 | 1010110 | 10000 | 1111101 | 1011000 | 101100 |
Color Harmonies of #0DD51E
Complementary color
Monochromatic Colors of #0DD51E
Black with #0DD51E
Text Example
Text Example
White with #0DD51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD51E; }
p { color: rgb(13,213,30); }
H1.HeaderClassName
{
color: #0DD51E;
}
.AnyTagClassName
{
color: #0DD51E;
}
</style>
background-color css
<style>
a { background-color: #0DD51E; }
a { background-color: rgb(13,213,30); }
div.DivClassName
{
background-color: #0DD51E;
}
.BgClassName
{
background-color: #0DD51E;
}
</style>
border-color css
<style>
span { border-color: #0DD51E; }
span { border-color: rgb(13,213,30); }
td.TdClassName
{
border-color: #0DD51E;
}
.TagClassName
{
border-color: #0DD51E;
}
</style>