Shades of Free Speech Green #0FD302
Tints of Free Speech Green #0FD302
RGB
CMYK
RGB Variations
Color information
#0FD302 (or 0x0FD302) is known color: Free Speech Green. HEX triplet: 0F, D3 and 02. RGB value is (15,211,2). Sum of RGB (Red+Green+Blue) = 15+211+2=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 211 (82.81% from 255 or 92.54% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD302 is #F02CFD. Grayscale: #818181. Windows color (decimal): -15740158 or 185103. OLE color: 185103.
HSL color Cylindrical-coordinate representation of color #0FD302: hue angle of 116.27º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FD302 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 211 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.17 |
| HSL | 116.27º | 0.98% | 0.42% | - |
| HSV(B) | 116.27º | 0.99% | 0.83% | - |
| XYZ | 23.5 | 46.69 | 7.83 | - |
| YUV | 128.57 | 56.57 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 211 | 2 | 0.93 | 0 | 0.99 | 0.17 | 116.27 | 0.98 | 0.42 |
| Hex | F | D3 | 2 | 5D | 0 | 63 | 11 | 74 | 62 | 2A |
| Octal | 17 | 323 | 2 | 135 | 0 | 143 | 21 | 164 | 142 | 52 |
| Binary | 1111 | 11010011 | 10 | 1011101 | 0 | 1100011 | 10001 | 1110100 | 1100010 | 101010 |
Color Harmonies of #0FD302
Complementary color
Monochromatic Colors of #0FD302
Black with #0FD302
Text Example
Text Example
White with #0FD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD302; }
p { color: rgb(15,211,2); }
H1.HeaderClassName
{
color: #0FD302;
}
.AnyTagClassName
{
color: #0FD302;
}
</style>
background-color css
<style>
a { background-color: #0FD302; }
a { background-color: rgb(15,211,2); }
div.DivClassName
{
background-color: #0FD302;
}
.BgClassName
{
background-color: #0FD302;
}
</style>
border-color css
<style>
span { border-color: #0FD302; }
span { border-color: rgb(15,211,2); }
td.TdClassName
{
border-color: #0FD302;
}
.TagClassName
{
border-color: #0FD302;
}
</style>