Html Css Color HEX #00E328 Free Speech Green

📋 copy color: '#00E328'

red 0 ◦ green 227 ◦ blue 40

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

Shades of Free Speech Green #00E328

Tints of Free Speech Green #00E328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 0%
G = 85.02%
B = 14.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#00E328 (or 0x00E328) is known color: Free Speech Green. HEX triplet: 00, E3 and 28. RGB value is (0,227,40). Sum of RGB (Red+Green+Blue) = 0+227+40=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 227 (89.06% from 255 or 85.02% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 227 - color contains mainly: green. Hex color #00E328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E328 is #FF1CD7. Grayscale: #8A8A8A. Windows color (decimal): -16719064 or 2679552. OLE color: 2679552.

HSL color Cylindrical-coordinate representation of color #00E328: hue angle of 130.57º 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 #00E328 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 0 227 40 -
CMYK 1 0 0.82 0.11
HSL 130.57º 1% 0.45% -
HSV(B) 130.57º 1% 0.89% -
XYZ 27.85 55.09 11.17 -
YUV 137.81 72.79 29.71 -
System Red Green Blue C M Y K H S L
Decimal 0 227 40 1 0 0.82 0.11 130.57 1 0.45
Hex 0 E3 28 64 0 52 B 83 64 2D
Octal 0 343 50 144 0 122 13 203 144 55
Binary 0 11100011 101000 1100100 0 1010010 1011 10000011 1100100 101101

Color Harmonies of #00E328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E328

Black with #00E328

Text Example


Text Example

White with #00E328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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