Shades of Free Speech Green #02CE02
Tints of Free Speech Green #02CE02
RGB
CMYK
RGB Variations
Color information
#02CE02 (or 0x02CE02) is known color: Free Speech Green. HEX triplet: 02, CE and 02. RGB value is (2,206,2). Sum of RGB (Red+Green+Blue) = 2+206+2=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 206 (80.86% from 255 or 98.10% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CE02 is #FD31FD. Grayscale: #7A7A7A. Windows color (decimal): -16593406 or 183810. OLE color: 183810.
HSL color Cylindrical-coordinate representation of color #02CE02: hue angle of 120º 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 #02CE02 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.19 |
| HSL | 120º | 0.98% | 0.41% | - |
| HSV(B) | 120º | 0.99% | 0.81% | - |
| XYZ | 22.11 | 44.16 | 7.42 | - |
| YUV | 121.75 | 60.41 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 2 | 0.99 | 0 | 0.99 | 0.19 | 120 | 0.98 | 0.41 |
| Hex | 2 | CE | 2 | 63 | 0 | 63 | 13 | 78 | 62 | 29 |
| Octal | 2 | 316 | 2 | 143 | 0 | 143 | 23 | 170 | 142 | 51 |
| Binary | 10 | 11001110 | 10 | 1100011 | 0 | 1100011 | 10011 | 1111000 | 1100010 | 101001 |
Color Harmonies of #02CE02
Complementary color
Monochromatic Colors of #02CE02
Black with #02CE02
Text Example
Text Example
White with #02CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE02; }
p { color: rgb(2,206,2); }
H1.HeaderClassName
{
color: #02CE02;
}
.AnyTagClassName
{
color: #02CE02;
}
</style>
background-color css
<style>
a { background-color: #02CE02; }
a { background-color: rgb(2,206,2); }
div.DivClassName
{
background-color: #02CE02;
}
.BgClassName
{
background-color: #02CE02;
}
</style>
border-color css
<style>
span { border-color: #02CE02; }
span { border-color: rgb(2,206,2); }
td.TdClassName
{
border-color: #02CE02;
}
.TagClassName
{
border-color: #02CE02;
}
</style>