Html Css Color HEX #00E228 Free Speech Green

📋 copy color: '#00E228'

red 0 ◦ green 226 ◦ blue 40

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

Shades of Free Speech Green #00E228

Tints of Free Speech Green #00E228

RGB

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

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

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

R = 0%
G = 84.96%
B = 15.04%

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

#00E228 (or 0x00E228) is known color: Free Speech Green. HEX triplet: 00, E2 and 28. RGB value is (0,226,40). Sum of RGB (Red+Green+Blue) = 0+226+40=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 226 (88.67% from 255 or 84.96% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 226 - color contains mainly: green. Hex color #00E228 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00E228 is #FF1DD7. Grayscale: #898989. Windows color (decimal): -16719320 or 2679296. OLE color: 2679296.

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

Color convert

RGB 0 226 40 -
CMYK 1 0 0.82 0.11
HSL 130.62º 1% 0.44% -
HSV(B) 130.62º 1% 0.89% -
XYZ 27.58 54.55 11.08 -
YUV 137.22 73.13 30.12 -
System Red Green Blue C M Y K H S L
Decimal 0 226 40 1 0 0.82 0.11 130.62 1 0.44
Hex 0 E2 28 64 0 52 B 83 64 2C
Octal 0 342 50 144 0 122 13 203 144 54
Binary 0 11100010 101000 1100100 0 1010010 1011 10000011 1100100 101100

Color Harmonies of #00E228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E228

Black with #00E228

Text Example


Text Example

White with #00E228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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