Html Css Color HEX #0EF111 Free Speech Green

📋 copy color: '#0EF111'

red 14 ◦ green 241 ◦ blue 17

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

Shades of Free Speech Green #0EF111

Tints of Free Speech Green #0EF111

RGB

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

 GREEN value IS 241 (94.53% from 255) = 88.6%

 BLUE value IS 17 (7.03% from 255) = 6.25%

R = 5.15%
G = 88.6%
B = 6.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#0EF111 (or 0x0EF111) is known color: Free Speech Green. HEX triplet: 0E, F1 and 11. RGB value is (14,241,17). Sum of RGB (Red+Green+Blue) = 14+241+17=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 241 (94.53% from 255 or 88.60% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 241 - color contains mainly: green. Hex color #0EF111 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF111 is #F10EEE. Grayscale: #949494. Windows color (decimal): -15797999 or 1175822. OLE color: 1175822.

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

Color convert

RGB 14 241 17 -
CMYK 0.94 0 0.93 0.05
HSL 120.79º 0.89% 0.5% -
HSV(B) 120.79º 0.94% 0.95% -
XYZ 31.74 63.04 11.03 -
YUV 147.59 54.29 32.71 -
System Red Green Blue C M Y K H S L
Decimal 14 241 17 0.94 0 0.93 0.05 120.79 0.89 0.5
Hex E F1 11 5E 0 5D 5 79 59 32
Octal 16 361 21 136 0 135 5 171 131 62
Binary 1110 11110001 10001 1011110 0 1011101 101 1111001 1011001 110010

Color Harmonies of #0EF111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF111

Black with #0EF111

Text Example


Text Example

White with #0EF111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,241,17); }

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

background-color css

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

 a { background-color: rgb(14,241,17); }

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

border-color css

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

 span { border-color: rgb(14,241,17); }

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