Shades of Free Speech Green #0DDF29
Tints of Free Speech Green #0DDF29
RGB
CMYK
RGB Variations
Color information
#0DDF29 (or 0x0DDF29) is known color: Free Speech Green. HEX triplet: 0D, DF and 29. RGB value is (13,223,41). Sum of RGB (Red+Green+Blue) = 13+223+41=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 223 (87.5% from 255 or 80.51% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDF29 is #F220D6. Grayscale: #8B8B8B. Windows color (decimal): -15868119 or 2744077. OLE color: 2744077.
HSL color Cylindrical-coordinate representation of color #0DDF29: hue angle of 128º 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 #0DDF29 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 41 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.13 |
| HSL | 128º | 0.89% | 0.46% | - |
| HSV(B) | 128º | 0.94% | 0.87% | - |
| XYZ | 26.95 | 53.02 | 10.91 | - |
| YUV | 139.46 | 72.43 | 37.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 41 | 0.94 | 0 | 0.82 | 0.13 | 128 | 0.89 | 0.46 |
| Hex | D | DF | 29 | 5E | 0 | 52 | D | 80 | 59 | 2E |
| Octal | 15 | 337 | 51 | 136 | 0 | 122 | 15 | 200 | 131 | 56 |
| Binary | 1101 | 11011111 | 101001 | 1011110 | 0 | 1010010 | 1101 | 10000000 | 1011001 | 101110 |
Color Harmonies of #0DDF29
Complementary color
Monochromatic Colors of #0DDF29
Black with #0DDF29
Text Example
Text Example
White with #0DDF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF29; }
p { color: rgb(13,223,41); }
H1.HeaderClassName
{
color: #0DDF29;
}
.AnyTagClassName
{
color: #0DDF29;
}
</style>
background-color css
<style>
a { background-color: #0DDF29; }
a { background-color: rgb(13,223,41); }
div.DivClassName
{
background-color: #0DDF29;
}
.BgClassName
{
background-color: #0DDF29;
}
</style>
border-color css
<style>
span { border-color: #0DDF29; }
span { border-color: rgb(13,223,41); }
td.TdClassName
{
border-color: #0DDF29;
}
.TagClassName
{
border-color: #0DDF29;
}
</style>