#02ED05

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

Shades of Free Speech Green #02ED05

Tints of Free Speech Green #02ED05

Color information

#02ED05 (or 0x02ED05) is unknown color: approx Free Speech Green. HEX triplet: 02, ED and 05. RGB value is (2,237,5). Sum of RGB (Red+Green+Blue) = 2+237+5=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 237 (92.97% from 255 or 97.13% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 237 - color contains mainly: green. Hex color #02ED05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02ED05 is #FD12FA. Grayscale: #8C8C8C. Windows color (decimal): -16585467 or 388354. OLE color: 388354.

HSL color Cylindrical-coordinate representation of color #02ED05: hue angle of 120.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ED05 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB22375-
CMYK0.9900.980.07
HSL120.77º98.33%46.86%-
HSV(B)120.77º99.16%92.94%-
XYZ30.3460.5910.24-
YUV140.2951.6429.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 237 (92.97% from 255) = 97.13%
BLUE value IS 5 (2.34% from 255) = 2.05%
R=0.82%
G=97.13%
B=2.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal223750.9900.980.07120.7798.3346.86
Hex2ED563062779622f
Octal235551430142717114257
Binary101110110110111000110110001011111110011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ED05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,237,5); }

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

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

 a { background-color: rgb(2,237,5); }

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

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

 span { border-color: rgb(2,237,5); }

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