Html Css Color HEX #0EE211 Free Speech Green

📋 copy color: '#0EE211'

red 14 ◦ green 226 ◦ blue 17

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

Shades of Free Speech Green #0EE211

Tints of Free Speech Green #0EE211

RGB

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

 GREEN value IS 226 (88.67% from 255) = 87.94%

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

R = 5.45%
G = 87.94%
B = 6.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#0EE211 (or 0x0EE211) is known color: Free Speech Green. HEX triplet: 0E, E2 and 11. RGB value is (14,226,17). Sum of RGB (Red+Green+Blue) = 14+226+17=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 226 (88.67% from 255 or 87.94% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE211 is #F11DEE. Grayscale: #8B8B8B. Windows color (decimal): -15801839 or 1171982. OLE color: 1171982.

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

Color convert

RGB 14 226 17 -
CMYK 0.94 0 0.92 0.11
HSL 120.85º 0.88% 0.47% -
HSV(B) 120.85º 0.94% 0.89% -
XYZ 27.48 54.53 9.61 -
YUV 138.79 59.26 38.99 -
System Red Green Blue C M Y K H S L
Decimal 14 226 17 0.94 0 0.92 0.11 120.85 0.88 0.47
Hex E E2 11 5E 0 5C B 79 58 2F
Octal 16 342 21 136 0 134 13 171 130 57
Binary 1110 11100010 10001 1011110 0 1011100 1011 1111001 1011000 101111

Color Harmonies of #0EE211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE211

Black with #0EE211

Text Example


Text Example

White with #0EE211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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