Shades of Free Speech Green #0DEA30
Tints of Free Speech Green #0DEA30
RGB
CMYK
RGB Variations
Color information
#0DEA30 (or 0x0DEA30) is known color: Free Speech Green. HEX triplet: 0D, EA and 30. RGB value is (13,234,48). Sum of RGB (Red+Green+Blue) = 13+234+48=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 234 (91.80% from 255 or 79.32% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEA30 is #F215CF. Grayscale: #939393. Windows color (decimal): -15865296 or 3205645. OLE color: 3205645.
HSL color Cylindrical-coordinate representation of color #0DEA30: hue angle of 129.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEA30 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 48 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.08 |
| HSL | 129.5º | 0.89% | 0.48% | - |
| HSV(B) | 129.5º | 0.94% | 0.92% | - |
| XYZ | 30.12 | 59.14 | 12.62 | - |
| YUV | 146.72 | 72.28 | 32.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 48 | 0.94 | 0 | 0.79 | 0.08 | 129.5 | 0.89 | 0.48 |
| Hex | D | EA | 30 | 5E | 0 | 4F | 8 | 82 | 59 | 30 |
| Octal | 15 | 352 | 60 | 136 | 0 | 117 | 10 | 202 | 131 | 60 |
| Binary | 1101 | 11101010 | 110000 | 1011110 | 0 | 1001111 | 1000 | 10000010 | 1011001 | 110000 |
Color Harmonies of #0DEA30
Complementary color
Monochromatic Colors of #0DEA30
Black with #0DEA30
Text Example
Text Example
White with #0DEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEA30; }
p { color: rgb(13,234,48); }
H1.HeaderClassName
{
color: #0DEA30;
}
.AnyTagClassName
{
color: #0DEA30;
}
</style>
background-color css
<style>
a { background-color: #0DEA30; }
a { background-color: rgb(13,234,48); }
div.DivClassName
{
background-color: #0DEA30;
}
.BgClassName
{
background-color: #0DEA30;
}
</style>
border-color css
<style>
span { border-color: #0DEA30; }
span { border-color: rgb(13,234,48); }
td.TdClassName
{
border-color: #0DEA30;
}
.TagClassName
{
border-color: #0DEA30;
}
</style>