#0EF02E

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

Shades of Free Speech Green #0EF02E

Tints of Free Speech Green #0EF02E

Color information

#0EF02E (or 0x0EF02E) is unknown color: approx Free Speech Green. HEX triplet: 0E, F0 and 2E. RGB value is (14,240,46). Sum of RGB (Red+Green+Blue) = 14+240+46=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 240 (94.14% from 255 or 80% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF02E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF02E is #F10FD1. Grayscale: #969696. Windows color (decimal): -15798226 or 3076110. OLE color: 3076110.

HSL color Cylindrical-coordinate representation of color #0EF02E: hue angle of 128.5º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF02E is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB1424046-
CMYK0.9400.810.06
HSL128.5º88.98%49.8%-
HSV(B)128.5º94.17%94.12%-
XYZ31.8362.6112.99-
YUV150.3169.1330.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.67%
GREEN value IS 240 (94.14% from 255) = 80%
BLUE value IS 46 (18.36% from 255) = 15.33%
R=4.67%
G=80%
B=15.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14240460.9400.810.06128.588.9849.8
HexEF02E5E0516805932
Octal16360561360121620013162
Binary111011110000101110101111001010001110100000001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,240,46); }

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

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

 a { background-color: rgb(14,240,46); }

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

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

 span { border-color: rgb(14,240,46); }

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