Shades of Free Speech Green #0FDF02
Tints of Free Speech Green #0FDF02
RGB
CMYK
RGB Variations
Color information
#0FDF02 (or 0x0FDF02) is known color: Free Speech Green. HEX triplet: 0F, DF and 02. RGB value is (15,223,2). Sum of RGB (Red+Green+Blue) = 15+223+2=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 223 (87.5% from 255 or 92.92% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDF02 is #F020FD. Grayscale: #888888. Windows color (decimal): -15737086 or 188175. OLE color: 188175.
HSL color Cylindrical-coordinate representation of color #0FDF02: hue angle of 116.47º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FDF02 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.13 |
| HSL | 116.47º | 0.98% | 0.44% | - |
| HSV(B) | 116.47º | 0.99% | 0.87% | - |
| XYZ | 26.6 | 52.88 | 8.86 | - |
| YUV | 135.61 | 52.59 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 2 | 0.93 | 0 | 0.99 | 0.13 | 116.47 | 0.98 | 0.44 |
| Hex | F | DF | 2 | 5D | 0 | 63 | D | 74 | 62 | 2C |
| Octal | 17 | 337 | 2 | 135 | 0 | 143 | 15 | 164 | 142 | 54 |
| Binary | 1111 | 11011111 | 10 | 1011101 | 0 | 1100011 | 1101 | 1110100 | 1100010 | 101100 |
Color Harmonies of #0FDF02
Complementary color
Monochromatic Colors of #0FDF02
Black with #0FDF02
Text Example
Text Example
White with #0FDF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF02; }
p { color: rgb(15,223,2); }
H1.HeaderClassName
{
color: #0FDF02;
}
.AnyTagClassName
{
color: #0FDF02;
}
</style>
background-color css
<style>
a { background-color: #0FDF02; }
a { background-color: rgb(15,223,2); }
div.DivClassName
{
background-color: #0FDF02;
}
.BgClassName
{
background-color: #0FDF02;
}
</style>
border-color css
<style>
span { border-color: #0FDF02; }
span { border-color: rgb(15,223,2); }
td.TdClassName
{
border-color: #0FDF02;
}
.TagClassName
{
border-color: #0FDF02;
}
</style>