#02ce00

Color #02CE00 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #02CE00

Tints of Free Speech Green #02CE00

Color information

#02CE00 (or 0x02CE00) is unknown color: approx Free Speech Green. HEX triplet: 02, CE and 00. RGB value is (2,206,0). Sum of RGB (Red+Green+Blue) = 2+206+0=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 206 (80.86% from 255 or 99.04% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CE00 is #FD31FF. Grayscale: #7A7A7A. Windows color (decimal): -16593408 or 52738. OLE color: 52738.

HSL color Cylindrical-coordinate representation of color #02CE00: hue angle of 119.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02CE00 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB22060-
CMYK0.99010.19
HSL119.42º100%40.39%-
HSV(B)119.42º100%80.78%-
XYZ22.144.167.36-
YUV121.5259.4142.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 206 (80.86% from 255) = 99.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=0.96%
G=99.04%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal220600.99010.19119.4210040.39
Hex2CE06306413776428
Octal2316014301442316714450
Binary101100111001100011011001001001111101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ce00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02ce00; }

 p { color: rgb(2,206,0); }

 H1.HeaderClassName
 {
   color: #02ce00;
 }
 .AnyTagClassName
 {
   color: #02ce00;
 }
</style>
background-color css

<style>
 a { background-color: #02ce00; }

 a { background-color: rgb(2,206,0); }

 div.DivClassName
 {
   background-color: #02ce00;
 }
 .BgClassName
 {
   background-color: #02ce00;
 }
</style>
border-color css

<style>
 span { border-color: #02ce00; }

 span { border-color: rgb(2,206,0); }

 td.TdClassName
 {
   border-color: #02ce00;
 }
 .TagClassName
 {
   border-color: #02ce00;
 }
</style>