Shades of Free Speech Green #02E62C
Tints of Free Speech Green #02E62C
RGB
CMYK
RGB Variations
Color information
#02E62C (or 0x02E62C) is known color: Free Speech Green. HEX triplet: 02, E6 and 2C. RGB value is (2,230,44). Sum of RGB (Red+Green+Blue) = 2+230+44=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 230 (90.23% from 255 or 83.33% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 230 - color contains mainly: green. Hex color #02E62C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #02E62C is #FD19D3. Grayscale: #8D8D8D. Windows color (decimal): -16587220 or 2942466. OLE color: 2942466.
HSL color Cylindrical-coordinate representation of color #02E62C: hue angle of 131.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E62C is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 230 | 44 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.10 |
| HSL | 131.05º | 0.98% | 0.45% | - |
| HSV(B) | 131.05º | 0.99% | 0.9% | - |
| XYZ | 28.78 | 56.79 | 11.83 | - |
| YUV | 140.62 | 73.46 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 230 | 44 | 0.99 | 0 | 0.81 | 0.10 | 131.05 | 0.98 | 0.45 |
| Hex | 2 | E6 | 2C | 63 | 0 | 51 | A | 83 | 62 | 2D |
| Octal | 2 | 346 | 54 | 143 | 0 | 121 | 12 | 203 | 142 | 55 |
| Binary | 10 | 11100110 | 101100 | 1100011 | 0 | 1010001 | 1010 | 10000011 | 1100010 | 101101 |
Color Harmonies of #02E62C
Complementary color
Monochromatic Colors of #02E62C
Black with #02E62C
Text Example
Text Example
White with #02E62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E62C; }
p { color: rgb(2,230,44); }
H1.HeaderClassName
{
color: #02E62C;
}
.AnyTagClassName
{
color: #02E62C;
}
</style>
background-color css
<style>
a { background-color: #02E62C; }
a { background-color: rgb(2,230,44); }
div.DivClassName
{
background-color: #02E62C;
}
.BgClassName
{
background-color: #02E62C;
}
</style>
border-color css
<style>
span { border-color: #02E62C; }
span { border-color: rgb(2,230,44); }
td.TdClassName
{
border-color: #02E62C;
}
.TagClassName
{
border-color: #02E62C;
}
</style>