Shades of Free Speech Green #02FF2A
Tints of Free Speech Green #02FF2A
RGB
CMYK
RGB Variations
Color information
#02FF2A (or 0x02FF2A) is known color: Free Speech Green. HEX triplet: 02, FF and 2A. RGB value is (2,255,42). Sum of RGB (Red+Green+Blue) = 2+255+42=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 255 (100% from 255 or 85.28% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF2A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02FF2A is #FD00D5. Grayscale: #9B9B9B. Windows color (decimal): -16580822 or 2817794. OLE color: 2817794.
HSL color Cylindrical-coordinate representation of color #02FF2A: hue angle of 129.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FF2A is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 42 | - |
| CMYK | 0.99 | 0 | 0.84 | 0 |
| HSL | 129.49º | 1% | 0.5% | - |
| HSV(B) | 129.49º | 0.99% | 1% | - |
| XYZ | 36.2 | 71.7 | 14.12 | - |
| YUV | 155.07 | 64.18 | 18.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 42 | 0.99 | 0 | 0.84 | 0 | 129.49 | 1 | 0.5 |
| Hex | 2 | FF | 2A | 63 | 0 | 54 | 0 | 81 | 64 | 32 |
| Octal | 2 | 377 | 52 | 143 | 0 | 124 | 0 | 201 | 144 | 62 |
| Binary | 10 | 11111111 | 101010 | 1100011 | 0 | 1010100 | 0 | 10000001 | 1100100 | 110010 |
Color Harmonies of #02FF2A
Complementary color
Monochromatic Colors of #02FF2A
Black with #02FF2A
Text Example
Text Example
White with #02FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FF2A; }
p { color: rgb(2,255,42); }
H1.HeaderClassName
{
color: #02FF2A;
}
.AnyTagClassName
{
color: #02FF2A;
}
</style>
background-color css
<style>
a { background-color: #02FF2A; }
a { background-color: rgb(2,255,42); }
div.DivClassName
{
background-color: #02FF2A;
}
.BgClassName
{
background-color: #02FF2A;
}
</style>
border-color css
<style>
span { border-color: #02FF2A; }
span { border-color: rgb(2,255,42); }
td.TdClassName
{
border-color: #02FF2A;
}
.TagClassName
{
border-color: #02FF2A;
}
</style>