Shades of Free Speech Green #0FF30F
Tints of Free Speech Green #0FF30F
RGB
CMYK
RGB Variations
Color information
#0FF30F (or 0x0FF30F) is known color: Free Speech Green. HEX triplet: 0F, F3 and 0F. RGB value is (15,243,15). Sum of RGB (Red+Green+Blue) = 15+243+15=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 243 (95.31% from 255 or 89.01% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF30F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF30F is #F00CF0. Grayscale: #959595. Windows color (decimal): -15731953 or 1045263. OLE color: 1045263.
HSL color Cylindrical-coordinate representation of color #0FF30F: hue angle of 120º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF30F is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 15 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.05 |
| HSL | 120º | 0.9% | 0.51% | - |
| HSV(B) | 120º | 0.94% | 0.95% | - |
| XYZ | 32.33 | 64.24 | 11.15 | - |
| YUV | 148.84 | 52.46 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 15 | 0.94 | 0 | 0.94 | 0.05 | 120 | 0.9 | 0.51 |
| Hex | F | F3 | F | 5E | 0 | 5E | 5 | 78 | 5A | 33 |
| Octal | 17 | 363 | 17 | 136 | 0 | 136 | 5 | 170 | 132 | 63 |
| Binary | 1111 | 11110011 | 1111 | 1011110 | 0 | 1011110 | 101 | 1111000 | 1011010 | 110011 |
Color Harmonies of #0FF30F
Complementary color
Monochromatic Colors of #0FF30F
Black with #0FF30F
Text Example
Text Example
White with #0FF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF30F; }
p { color: rgb(15,243,15); }
H1.HeaderClassName
{
color: #0FF30F;
}
.AnyTagClassName
{
color: #0FF30F;
}
</style>
background-color css
<style>
a { background-color: #0FF30F; }
a { background-color: rgb(15,243,15); }
div.DivClassName
{
background-color: #0FF30F;
}
.BgClassName
{
background-color: #0FF30F;
}
</style>
border-color css
<style>
span { border-color: #0FF30F; }
span { border-color: rgb(15,243,15); }
td.TdClassName
{
border-color: #0FF30F;
}
.TagClassName
{
border-color: #0FF30F;
}
</style>