Shades of Free Speech Green #02E603
Tints of Free Speech Green #02E603
RGB
CMYK
RGB Variations
Color information
#02E603 (or 0x02E603) is known color: Free Speech Green. HEX triplet: 02, E6 and 03. RGB value is (2,230,3). Sum of RGB (Red+Green+Blue) = 2+230+3=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 230 (90.23% from 255 or 97.87% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 230 - color contains mainly: green. Hex color #02E603 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02E603 is #FD19FC. Grayscale: #888888. Windows color (decimal): -16587261 or 255490. OLE color: 255490.
HSL color Cylindrical-coordinate representation of color #02E603: hue angle of 120.26º 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 #02E603 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 230 | 3 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.10 |
| HSL | 120.26º | 0.98% | 0.45% | - |
| HSV(B) | 120.26º | 0.99% | 0.9% | - |
| XYZ | 28.34 | 56.61 | 9.52 | - |
| YUV | 135.95 | 52.96 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 230 | 3 | 0.99 | 0 | 0.99 | 0.10 | 120.26 | 0.98 | 0.45 |
| Hex | 2 | E6 | 3 | 63 | 0 | 63 | A | 78 | 62 | 2D |
| Octal | 2 | 346 | 3 | 143 | 0 | 143 | 12 | 170 | 142 | 55 |
| Binary | 10 | 11100110 | 11 | 1100011 | 0 | 1100011 | 1010 | 1111000 | 1100010 | 101101 |
Color Harmonies of #02E603
Complementary color
Monochromatic Colors of #02E603
Black with #02E603
Text Example
Text Example
White with #02E603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E603; }
p { color: rgb(2,230,3); }
H1.HeaderClassName
{
color: #02E603;
}
.AnyTagClassName
{
color: #02E603;
}
</style>
background-color css
<style>
a { background-color: #02E603; }
a { background-color: rgb(2,230,3); }
div.DivClassName
{
background-color: #02E603;
}
.BgClassName
{
background-color: #02E603;
}
</style>
border-color css
<style>
span { border-color: #02E603; }
span { border-color: rgb(2,230,3); }
td.TdClassName
{
border-color: #02E603;
}
.TagClassName
{
border-color: #02E603;
}
</style>