Shades of Free Speech Green #02CF0F
Tints of Free Speech Green #02CF0F
RGB
CMYK
RGB Variations
Color information
#02CF0F (or 0x02CF0F) is known color: Free Speech Green. HEX triplet: 02, CF and 0F. RGB value is (2,207,15). Sum of RGB (Red+Green+Blue) = 2+207+15=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 207 (81.25% from 255 or 92.41% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CF0F is #FD30F0. Grayscale: #7C7C7C. Windows color (decimal): -16593137 or 1036034. OLE color: 1036034.
HSL color Cylindrical-coordinate representation of color #02CF0F: hue angle of 123.8º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CF0F is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 15 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.19 |
| HSL | 123.8º | 0.98% | 0.41% | - |
| HSV(B) | 123.8º | 0.99% | 0.81% | - |
| XYZ | 22.42 | 44.67 | 7.89 | - |
| YUV | 123.82 | 66.58 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 15 | 0.99 | 0 | 0.93 | 0.19 | 123.8 | 0.98 | 0.41 |
| Hex | 2 | CF | F | 63 | 0 | 5D | 13 | 7C | 62 | 29 |
| Octal | 2 | 317 | 17 | 143 | 0 | 135 | 23 | 174 | 142 | 51 |
| Binary | 10 | 11001111 | 1111 | 1100011 | 0 | 1011101 | 10011 | 1111100 | 1100010 | 101001 |
Color Harmonies of #02CF0F
Complementary color
Monochromatic Colors of #02CF0F
Black with #02CF0F
Text Example
Text Example
White with #02CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF0F; }
p { color: rgb(2,207,15); }
H1.HeaderClassName
{
color: #02CF0F;
}
.AnyTagClassName
{
color: #02CF0F;
}
</style>
background-color css
<style>
a { background-color: #02CF0F; }
a { background-color: rgb(2,207,15); }
div.DivClassName
{
background-color: #02CF0F;
}
.BgClassName
{
background-color: #02CF0F;
}
</style>
border-color css
<style>
span { border-color: #02CF0F; }
span { border-color: rgb(2,207,15); }
td.TdClassName
{
border-color: #02CF0F;
}
.TagClassName
{
border-color: #02CF0F;
}
</style>