Html Css Color HEX #00E322 Free Speech Green

📋 copy color: '#00E322'

red 0 ◦ green 227 ◦ blue 34

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

Shades of Free Speech Green #00E322

Tints of Free Speech Green #00E322

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 227 (89.06% from 255) = 86.97%

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 0%
G = 86.97%
B = 13.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#00E322 (or 0x00E322) is known color: Free Speech Green. HEX triplet: 00, E3 and 22. RGB value is (0,227,34). Sum of RGB (Red+Green+Blue) = 0+227+34=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 227 (89.06% from 255 or 86.97% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 227 - color contains mainly: green. Hex color #00E322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E322 is #FF1CDD. Grayscale: #898989. Windows color (decimal): -16719070 or 2286336. OLE color: 2286336.

HSL color Cylindrical-coordinate representation of color #00E322: hue angle of 128.99º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E322 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 0 227 34 -
CMYK 1 0 0.85 0.11
HSL 128.99º 1% 0.45% -
HSV(B) 128.99º 1% 0.89% -
XYZ 27.76 55.05 10.68 -
YUV 137.13 69.79 30.19 -
System Red Green Blue C M Y K H S L
Decimal 0 227 34 1 0 0.85 0.11 128.99 1 0.45
Hex 0 E3 22 64 0 55 B 81 64 2D
Octal 0 343 42 144 0 125 13 201 144 55
Binary 0 11100011 100010 1100100 0 1010101 1011 10000001 1100100 101101

Color Harmonies of #00E322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E322

Black with #00E322

Text Example


Text Example

White with #00E322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00E322; }

 p { color: rgb(0,227,34); }

 H1.HeaderClassName
 {
   color: #00E322;
 }
 .AnyTagClassName
 {
   color: #00E322;
 }
</style>

background-color css

<style>
 a { background-color: #00E322; }

 a { background-color: rgb(0,227,34); }

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

border-color css

<style>
 span { border-color: #00E322; }

 span { border-color: rgb(0,227,34); }

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