Shades of Free Speech Green #0DDF1B
Tints of Free Speech Green #0DDF1B
RGB
CMYK
RGB Variations
Color information
#0DDF1B (or 0x0DDF1B) is known color: Free Speech Green. HEX triplet: 0D, DF and 1B. RGB value is (13,223,27). Sum of RGB (Red+Green+Blue) = 13+223+27=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 223 (87.5% from 255 or 84.79% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDF1B is #F220E4. Grayscale: #8A8A8A. Windows color (decimal): -15868133 or 1826573. OLE color: 1826573.
HSL color Cylindrical-coordinate representation of color #0DDF1B: hue angle of 124º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDF1B is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 27 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.13 |
| HSL | 124º | 0.89% | 0.46% | - |
| HSV(B) | 124º | 0.94% | 0.87% | - |
| XYZ | 26.75 | 52.94 | 9.85 | - |
| YUV | 137.87 | 65.43 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 27 | 0.94 | 0 | 0.88 | 0.13 | 124 | 0.89 | 0.46 |
| Hex | D | DF | 1B | 5E | 0 | 58 | D | 7C | 59 | 2E |
| Octal | 15 | 337 | 33 | 136 | 0 | 130 | 15 | 174 | 131 | 56 |
| Binary | 1101 | 11011111 | 11011 | 1011110 | 0 | 1011000 | 1101 | 1111100 | 1011001 | 101110 |
Color Harmonies of #0DDF1B
Complementary color
Monochromatic Colors of #0DDF1B
Black with #0DDF1B
Text Example
Text Example
White with #0DDF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF1B; }
p { color: rgb(13,223,27); }
H1.HeaderClassName
{
color: #0DDF1B;
}
.AnyTagClassName
{
color: #0DDF1B;
}
</style>
background-color css
<style>
a { background-color: #0DDF1B; }
a { background-color: rgb(13,223,27); }
div.DivClassName
{
background-color: #0DDF1B;
}
.BgClassName
{
background-color: #0DDF1B;
}
</style>
border-color css
<style>
span { border-color: #0DDF1B; }
span { border-color: rgb(13,223,27); }
td.TdClassName
{
border-color: #0DDF1B;
}
.TagClassName
{
border-color: #0DDF1B;
}
</style>