Shades of Free Speech Green #0DFC30
Tints of Free Speech Green #0DFC30
RGB
CMYK
RGB Variations
Color information
#0DFC30 (or 0x0DFC30) is known color: Free Speech Green. HEX triplet: 0D, FC and 30. RGB value is (13,252,48). Sum of RGB (Red+Green+Blue) = 13+252+48=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 252 (98.83% from 255 or 80.51% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 252 - color contains mainly: green. Hex color #0DFC30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFC30 is #F203CF. Grayscale: #9D9D9D. Windows color (decimal): -15860688 or 3210253. OLE color: 3210253.
HSL color Cylindrical-coordinate representation of color #0DFC30: hue angle of 128.79º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFC30 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 252 | 48 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.01 |
| HSL | 128.79º | 0.98% | 0.52% | - |
| HSV(B) | 128.79º | 0.95% | 0.99% | - |
| XYZ | 35.51 | 69.92 | 14.42 | - |
| YUV | 157.28 | 66.32 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 252 | 48 | 0.95 | 0 | 0.81 | 0.01 | 128.79 | 0.98 | 0.52 |
| Hex | D | FC | 30 | 5F | 0 | 51 | 1 | 81 | 62 | 34 |
| Octal | 15 | 374 | 60 | 137 | 0 | 121 | 1 | 201 | 142 | 64 |
| Binary | 1101 | 11111100 | 110000 | 1011111 | 0 | 1010001 | 1 | 10000001 | 1100010 | 110100 |
Color Harmonies of #0DFC30
Complementary color
Monochromatic Colors of #0DFC30
Black with #0DFC30
Text Example
Text Example
White with #0DFC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFC30; }
p { color: rgb(13,252,48); }
H1.HeaderClassName
{
color: #0DFC30;
}
.AnyTagClassName
{
color: #0DFC30;
}
</style>
background-color css
<style>
a { background-color: #0DFC30; }
a { background-color: rgb(13,252,48); }
div.DivClassName
{
background-color: #0DFC30;
}
.BgClassName
{
background-color: #0DFC30;
}
</style>
border-color css
<style>
span { border-color: #0DFC30; }
span { border-color: rgb(13,252,48); }
td.TdClassName
{
border-color: #0DFC30;
}
.TagClassName
{
border-color: #0DFC30;
}
</style>