#0EE002

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

Shades of Free Speech Green #0EE002

Tints of Free Speech Green #0EE002

Color information

#0EE002 (or 0x0EE002) is unknown color: approx Free Speech Green. HEX triplet: 0E, E0 and 02. RGB value is (14,224,2). Sum of RGB (Red+Green+Blue) = 14+224+2=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 224 (87.89% from 255 or 93.33% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE002 is #F11FFD. Grayscale: #888888. Windows color (decimal): -15802366 or 188430. OLE color: 188430.

HSL color Cylindrical-coordinate representation of color #0EE002: hue angle of 116.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EE002 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB142242-
CMYK0.9400.990.12
HSL116.76º98.23%44.31%-
HSV(B)116.76º99.11%87.84%-
XYZ26.8553.418.95-
YUV135.952.4341.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.83%
GREEN value IS 224 (87.89% from 255) = 93.33%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=5.83%
G=93.33%
B=0.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422420.9400.990.12116.7698.2344.31
HexEE025E063C75622c
Octal16340213601431416514254
Binary11101110000010101111001100011110011101011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EE002; }

 p { color: rgb(14,224,2); }

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

<style>
 a { background-color: #0EE002; }

 a { background-color: rgb(14,224,2); }

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

<style>
 span { border-color: #0EE002; }

 span { border-color: rgb(14,224,2); }

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