#02E905

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

Shades of Free Speech Green #02E905

Tints of Free Speech Green #02E905

Color information

#02E905 (or 0x02E905) is unknown color: approx Free Speech Green. HEX triplet: 02, E9 and 05. RGB value is (2,233,5). Sum of RGB (Red+Green+Blue) = 2+233+5=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 233 (91.41% from 255 or 97.08% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 233 - color contains mainly: green. Hex color #02E905 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02E905 is #FD16FA. Grayscale: #8A8A8A. Windows color (decimal): -16586491 or 387330. OLE color: 387330.

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

Color convert

RGB22335-
CMYK0.9900.980.09
HSL120.78º98.3%46.08%-
HSV(B)120.78º99.14%91.37%-
XYZ29.1958.39.86-
YUV137.9452.9731.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 233 (91.41% from 255) = 97.08%
BLUE value IS 5 (2.34% from 255) = 2.08%
R=0.83%
G=97.08%
B=2.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal223350.9900.980.09120.7898.346.08
Hex2E9563062979622e
Octal2351514301421117114256
Binary1011101001101110001101100010100111110011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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