Html Css Color HEX #0EE70E Free Speech Green

📋 copy color: '#0EE70E'

red 14 ◦ green 231 ◦ blue 14

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

Shades of Free Speech Green #0EE70E

Tints of Free Speech Green #0EE70E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 89.19%

 BLUE value IS 14 (5.86% from 255) = 5.41%

R = 5.41%
G = 89.19%
B = 5.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#0EE70E (or 0x0EE70E) is known color: Free Speech Green. HEX triplet: 0E, E7 and 0E. RGB value is (14,231,14). Sum of RGB (Red+Green+Blue) = 14+231+14=259 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.41% from 259); Green value is 231 (90.62% from 255 or 89.19% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE70E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EE70E is #F118F1. Grayscale: #8E8E8E. Windows color (decimal): -15800562 or 976654. OLE color: 976654.

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

Color convert

RGB 14 231 14 -
CMYK 0.94 0 0.94 0.09
HSL 120º 0.89% 0.48% -
HSV(B) 120º 0.94% 0.91% -
XYZ 28.84 57.28 9.95 -
YUV 141.38 56.11 37.14 -
System Red Green Blue C M Y K H S L
Decimal 14 231 14 0.94 0 0.94 0.09 120 0.89 0.48
Hex E E7 E 5E 0 5E 9 78 59 30
Octal 16 347 16 136 0 136 11 170 131 60
Binary 1110 11100111 1110 1011110 0 1011110 1001 1111000 1011001 110000

Color Harmonies of #0EE70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE70E

Black with #0EE70E

Text Example


Text Example

White with #0EE70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,231,14); }

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

background-color css

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

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

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

border-color css

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

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

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