#0EF02F

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

Shades of Free Speech Green #0EF02F

Tints of Free Speech Green #0EF02F

Color information

#0EF02F (or 0x0EF02F) is unknown color: approx Free Speech Green. HEX triplet: 0E, F0 and 2F. RGB value is (14,240,47). Sum of RGB (Red+Green+Blue) = 14+240+47=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 240 (94.14% from 255 or 79.73% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF02F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF02F is #F10FD0. Grayscale: #969696. Windows color (decimal): -15798225 or 3141646. OLE color: 3141646.

HSL color Cylindrical-coordinate representation of color #0EF02F: hue angle of 128.76º 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 #0EF02F is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB1424047-
CMYK0.9400.800.06
HSL128.76º88.98%49.8%-
HSV(B)128.76º94.17%94.12%-
XYZ31.8562.6213.1-
YUV150.4269.6330.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.65%
GREEN value IS 240 (94.14% from 255) = 79.73%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=4.65%
G=79.73%
B=15.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14240470.9400.800.06128.7688.9849.8
HexEF02F5E0506815932
Octal16360571360120620113162
Binary111011110000101111101111001010000110100000011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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