#02E30A

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

Shades of Free Speech Green #02E30A

Tints of Free Speech Green #02E30A

Color information

#02E30A (or 0x02E30A) is unknown color: approx Free Speech Green. HEX triplet: 02, E3 and 0A. RGB value is (2,227,10). Sum of RGB (Red+Green+Blue) = 2+227+10=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 227 (89.06% from 255 or 94.98% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 227 - color contains mainly: green. Hex color #02E30A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E30A is #FD1CF5. Grayscale: #878787. Windows color (decimal): -16588022 or 713474. OLE color: 713474.

HSL color Cylindrical-coordinate representation of color #02E30A: hue angle of 122.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E30A is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB222710-
CMYK0.9900.960.11
HSL122.13º98.25%44.9%-
HSV(B)122.13º99.12%89.02%-
XYZ27.5554.979.45-
YUV134.9957.4633.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 227 (89.06% from 255) = 94.98%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=0.84%
G=94.98%
B=4.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2227100.9900.960.11122.1398.2544.9
Hex2E3A63060B7a622d
Octal23431214301401317214255
Binary10111000111010110001101100000101111110101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,227,10); }

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

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

 a { background-color: rgb(2,227,10); }

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

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

 span { border-color: rgb(2,227,10); }

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