Html Css Color HEX #0EE011 Free Speech Green

📋 copy color: '#0EE011'

red 14 ◦ green 224 ◦ blue 17

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

Shades of Free Speech Green #0EE011

Tints of Free Speech Green #0EE011

RGB

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

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

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

R = 5.49%
G = 87.84%
B = 6.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#0EE011 (or 0x0EE011) is known color: Free Speech Green. HEX triplet: 0E, E0 and 11. RGB value is (14,224,17). Sum of RGB (Red+Green+Blue) = 14+224+17=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 224 (87.89% from 255 or 87.84% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE011 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE011 is #F11FEE. Grayscale: #8A8A8A. Windows color (decimal): -15802351 or 1171470. OLE color: 1171470.

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

Color convert

RGB 14 224 17 -
CMYK 0.94 0 0.92 0.12
HSL 120.86º 0.88% 0.47% -
HSV(B) 120.86º 0.94% 0.88% -
XYZ 26.94 53.45 9.43 -
YUV 137.61 59.93 39.83 -
System Red Green Blue C M Y K H S L
Decimal 14 224 17 0.94 0 0.92 0.12 120.86 0.88 0.47
Hex E E0 11 5E 0 5C C 79 58 2F
Octal 16 340 21 136 0 134 14 171 130 57
Binary 1110 11100000 10001 1011110 0 1011100 1100 1111001 1011000 101111

Color Harmonies of #0EE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE011

Black with #0EE011

Text Example


Text Example

White with #0EE011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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