Html Css Color HEX #0EE221 Free Speech Green

📋 copy color: '#0EE221'

red 14 ◦ green 226 ◦ blue 33

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

Shades of Free Speech Green #0EE221

Tints of Free Speech Green #0EE221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 5.13%
G = 82.78%
B = 12.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#0EE221 (or 0x0EE221) is known color: Free Speech Green. HEX triplet: 0E, E2 and 21. RGB value is (14,226,33). Sum of RGB (Red+Green+Blue) = 14+226+33=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 226 (88.67% from 255 or 82.78% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE221 is #F11DDE. Grayscale: #8D8D8D. Windows color (decimal): -15801823 or 2220558. OLE color: 2220558.

HSL color Cylindrical-coordinate representation of color #0EE221: hue angle of 125.38º 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 #0EE221 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 14 226 33 -
CMYK 0.94 0 0.85 0.11
HSL 125.38º 0.88% 0.47% -
HSV(B) 125.38º 0.94% 0.89% -
XYZ 27.65 54.6 10.52 -
YUV 140.61 67.26 37.69 -
System Red Green Blue C M Y K H S L
Decimal 14 226 33 0.94 0 0.85 0.11 125.38 0.88 0.47
Hex E E2 21 5E 0 55 B 7D 58 2F
Octal 16 342 41 136 0 125 13 175 130 57
Binary 1110 11100010 100001 1011110 0 1010101 1011 1111101 1011000 101111

Color Harmonies of #0EE221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE221

Black with #0EE221

Text Example


Text Example

White with #0EE221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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