Html Css Color HEX #0EF62F Free Speech Green

📋 copy color: '#0EF62F'

red 14 ◦ green 246 ◦ blue 47

#0EF62F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0EF62F

Tints of Free Speech Green #0EF62F

RGB

 RED value IS 14 (5.86% from 255) = 4.56%

 GREEN value IS 246 (96.48% from 255) = 80.13%

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 4.56%
G = 80.13%
B = 15.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#0EF62F (or 0x0EF62F) is known color: Free Speech Green. HEX triplet: 0E, F6 and 2F. RGB value is (14,246,47). Sum of RGB (Red+Green+Blue) = 14+246+47=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 246 (96.48% from 255 or 80.13% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 246 - color contains mainly: green. Hex color #0EF62F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF62F is #F109D0. Grayscale: #9A9A9A. Windows color (decimal): -15796689 or 3143182. OLE color: 3143182.

HSL color Cylindrical-coordinate representation of color #0EF62F: hue angle of 128.53º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF62F is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 14 246 47 -
CMYK 0.94 0 0.81 0.04
HSL 128.53º 0.93% 0.51% -
HSV(B) 128.53º 0.94% 0.96% -
XYZ 33.65 66.21 13.7 -
YUV 153.95 67.64 28.18 -
System Red Green Blue C M Y K H S L
Decimal 14 246 47 0.94 0 0.81 0.04 128.53 0.93 0.51
Hex E F6 2F 5E 0 51 4 81 5D 33
Octal 16 366 57 136 0 121 4 201 135 63
Binary 1110 11110110 101111 1011110 0 1010001 100 10000001 1011101 110011

Color Harmonies of #0EF62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF62F

Black with #0EF62F

Text Example


Text Example

White with #0EF62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EF62F;
 }
 .AnyTagClassName
 {
   color: #0EF62F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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