Shades of Free Speech Green #02F515
Tints of Free Speech Green #02F515
RGB
CMYK
RGB Variations
Color information
#02F515 (or 0x02F515) is known color: Free Speech Green. HEX triplet: 02, F5 and 15. RGB value is (2,245,21). Sum of RGB (Red+Green+Blue) = 2+245+21=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 245 (96.09% from 255 or 91.42% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 245 - color contains mainly: green. Hex color #02F515 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02F515 is #FD0AEA. Grayscale: #939393. Windows color (decimal): -16583403 or 1438978. OLE color: 1438978.
HSL color Cylindrical-coordinate representation of color #02F515: hue angle of 124.69º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F515 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 245 | 21 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.04 |
| HSL | 124.69º | 0.98% | 0.48% | - |
| HSV(B) | 124.69º | 0.99% | 0.96% | - |
| XYZ | 32.81 | 65.37 | 11.6 | - |
| YUV | 146.81 | 56.99 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 245 | 21 | 0.99 | 0 | 0.91 | 0.04 | 124.69 | 0.98 | 0.48 |
| Hex | 2 | F5 | 15 | 63 | 0 | 5B | 4 | 7D | 62 | 30 |
| Octal | 2 | 365 | 25 | 143 | 0 | 133 | 4 | 175 | 142 | 60 |
| Binary | 10 | 11110101 | 10101 | 1100011 | 0 | 1011011 | 100 | 1111101 | 1100010 | 110000 |
Color Harmonies of #02F515
Complementary color
Monochromatic Colors of #02F515
Black with #02F515
Text Example
Text Example
White with #02F515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F515; }
p { color: rgb(2,245,21); }
H1.HeaderClassName
{
color: #02F515;
}
.AnyTagClassName
{
color: #02F515;
}
</style>
background-color css
<style>
a { background-color: #02F515; }
a { background-color: rgb(2,245,21); }
div.DivClassName
{
background-color: #02F515;
}
.BgClassName
{
background-color: #02F515;
}
</style>
border-color css
<style>
span { border-color: #02F515; }
span { border-color: rgb(2,245,21); }
td.TdClassName
{
border-color: #02F515;
}
.TagClassName
{
border-color: #02F515;
}
</style>