Shades of Free Speech Green #0FFC2D
Tints of Free Speech Green #0FFC2D
RGB
CMYK
RGB Variations
Color information
#0FFC2D (or 0x0FFC2D) is known color: Free Speech Green. HEX triplet: 0F, FC and 2D. RGB value is (15,252,45). Sum of RGB (Red+Green+Blue) = 15+252+45=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 252 (98.83% from 255 or 80.77% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFC2D is #F003D2. Grayscale: #9E9E9E. Windows color (decimal): -15729619 or 3013647. OLE color: 3013647.
HSL color Cylindrical-coordinate representation of color #0FFC2D: hue angle of 127.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC2D is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 45 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.01 |
| HSL | 127.59º | 0.98% | 0.52% | - |
| HSV(B) | 127.59º | 0.94% | 0.99% | - |
| XYZ | 35.48 | 69.91 | 14.11 | - |
| YUV | 157.54 | 64.48 | 26.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 45 | 0.94 | 0 | 0.82 | 0.01 | 127.59 | 0.98 | 0.52 |
| Hex | F | FC | 2D | 5E | 0 | 52 | 1 | 80 | 62 | 34 |
| Octal | 17 | 374 | 55 | 136 | 0 | 122 | 1 | 200 | 142 | 64 |
| Binary | 1111 | 11111100 | 101101 | 1011110 | 0 | 1010010 | 1 | 10000000 | 1100010 | 110100 |
Color Harmonies of #0FFC2D
Complementary color
Monochromatic Colors of #0FFC2D
Black with #0FFC2D
Text Example
Text Example
White with #0FFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFC2D; }
p { color: rgb(15,252,45); }
H1.HeaderClassName
{
color: #0FFC2D;
}
.AnyTagClassName
{
color: #0FFC2D;
}
</style>
background-color css
<style>
a { background-color: #0FFC2D; }
a { background-color: rgb(15,252,45); }
div.DivClassName
{
background-color: #0FFC2D;
}
.BgClassName
{
background-color: #0FFC2D;
}
</style>
border-color css
<style>
span { border-color: #0FFC2D; }
span { border-color: rgb(15,252,45); }
td.TdClassName
{
border-color: #0FFC2D;
}
.TagClassName
{
border-color: #0FFC2D;
}
</style>