Html Css Color HEX #0EE004 Free Speech Green

📋 copy color: '#0EE004'

red 14 ◦ green 224 ◦ blue 4

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

Shades of Free Speech Green #0EE004

Tints of Free Speech Green #0EE004

RGB

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

 GREEN value IS 224 (87.89% from 255) = 92.56%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 5.79%
G = 92.56%
B = 1.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#0EE004 (or 0x0EE004) is known color: Free Speech Green. HEX triplet: 0E, E0 and 04. RGB value is (14,224,4). Sum of RGB (Red+Green+Blue) = 14+224+4=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 224 (87.89% from 255 or 92.56% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE004 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE004 is #F11FFB. Grayscale: #888888. Windows color (decimal): -15802364 or 319502. OLE color: 319502.

HSL color Cylindrical-coordinate representation of color #0EE004: hue angle of 117.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EE004 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 224 4 -
CMYK 0.94 0 0.98 0.12
HSL 117.27º 0.96% 0.45% -
HSV(B) 117.27º 0.98% 0.88% -
XYZ 26.86 53.41 9.01 -
YUV 136.13 53.43 40.89 -
System Red Green Blue C M Y K H S L
Decimal 14 224 4 0.94 0 0.98 0.12 117.27 0.96 0.45
Hex E E0 4 5E 0 62 C 75 60 2D
Octal 16 340 4 136 0 142 14 165 140 55
Binary 1110 11100000 100 1011110 0 1100010 1100 1110101 1100000 101101

Color Harmonies of #0EE004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE004

Black with #0EE004

Text Example


Text Example

White with #0EE004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,224,4); }

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

background-color css

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

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

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

border-color css

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

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

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