Shades of Free Speech Green #0DF42A
Tints of Free Speech Green #0DF42A
RGB
CMYK
RGB Variations
Color information
#0DF42A (or 0x0DF42A) is known color: Free Speech Green. HEX triplet: 0D, F4 and 2A. RGB value is (13,244,42). Sum of RGB (Red+Green+Blue) = 13+244+42=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 244 (95.70% from 255 or 81.61% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 244 - color contains mainly: green. Hex color #0DF42A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF42A is #F20BD5. Grayscale: #989898. Windows color (decimal): -15862742 or 2814989. OLE color: 2814989.
HSL color Cylindrical-coordinate representation of color #0DF42A: hue angle of 127.53º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF42A is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 244 | 42 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.04 |
| HSL | 127.53º | 0.91% | 0.5% | - |
| HSV(B) | 127.53º | 0.95% | 0.96% | - |
| XYZ | 32.93 | 64.95 | 12.99 | - |
| YUV | 151.9 | 65.97 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 244 | 42 | 0.95 | 0 | 0.83 | 0.04 | 127.53 | 0.91 | 0.5 |
| Hex | D | F4 | 2A | 5F | 0 | 53 | 4 | 80 | 5B | 32 |
| Octal | 15 | 364 | 52 | 137 | 0 | 123 | 4 | 200 | 133 | 62 |
| Binary | 1101 | 11110100 | 101010 | 1011111 | 0 | 1010011 | 100 | 10000000 | 1011011 | 110010 |
Color Harmonies of #0DF42A
Complementary color
Monochromatic Colors of #0DF42A
Black with #0DF42A
Text Example
Text Example
White with #0DF42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF42A; }
p { color: rgb(13,244,42); }
H1.HeaderClassName
{
color: #0DF42A;
}
.AnyTagClassName
{
color: #0DF42A;
}
</style>
background-color css
<style>
a { background-color: #0DF42A; }
a { background-color: rgb(13,244,42); }
div.DivClassName
{
background-color: #0DF42A;
}
.BgClassName
{
background-color: #0DF42A;
}
</style>
border-color css
<style>
span { border-color: #0DF42A; }
span { border-color: rgb(13,244,42); }
td.TdClassName
{
border-color: #0DF42A;
}
.TagClassName
{
border-color: #0DF42A;
}
</style>