Shades of Free Speech Green #0DDF25
Tints of Free Speech Green #0DDF25
RGB
CMYK
RGB Variations
Color information
#0DDF25 (or 0x0DDF25) is known color: Free Speech Green. HEX triplet: 0D, DF and 25. RGB value is (13,223,37). Sum of RGB (Red+Green+Blue) = 13+223+37=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDF25 is #F220DA. Grayscale: #8B8B8B. Windows color (decimal): -15868123 or 2481933. OLE color: 2481933.
HSL color Cylindrical-coordinate representation of color #0DDF25: hue angle of 126.86º 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 #0DDF25 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 37 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.13 |
| HSL | 126.86º | 0.89% | 0.46% | - |
| HSV(B) | 126.86º | 0.94% | 0.87% | - |
| XYZ | 26.89 | 52.99 | 10.56 | - |
| YUV | 139.01 | 70.43 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 37 | 0.94 | 0 | 0.83 | 0.13 | 126.86 | 0.89 | 0.46 |
| Hex | D | DF | 25 | 5E | 0 | 53 | D | 7F | 59 | 2E |
| Octal | 15 | 337 | 45 | 136 | 0 | 123 | 15 | 177 | 131 | 56 |
| Binary | 1101 | 11011111 | 100101 | 1011110 | 0 | 1010011 | 1101 | 1111111 | 1011001 | 101110 |
Color Harmonies of #0DDF25
Complementary color
Monochromatic Colors of #0DDF25
Black with #0DDF25
Text Example
Text Example
White with #0DDF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF25; }
p { color: rgb(13,223,37); }
H1.HeaderClassName
{
color: #0DDF25;
}
.AnyTagClassName
{
color: #0DDF25;
}
</style>
background-color css
<style>
a { background-color: #0DDF25; }
a { background-color: rgb(13,223,37); }
div.DivClassName
{
background-color: #0DDF25;
}
.BgClassName
{
background-color: #0DDF25;
}
</style>
border-color css
<style>
span { border-color: #0DDF25; }
span { border-color: rgb(13,223,37); }
td.TdClassName
{
border-color: #0DDF25;
}
.TagClassName
{
border-color: #0DDF25;
}
</style>