Html Css Color HEX #00E00B Free Speech Green

📋 copy color: '#00E00B'

red 0 ◦ green 224 ◦ blue 11

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

Shades of Free Speech Green #00E00B

Tints of Free Speech Green #00E00B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 95.32%

 BLUE value IS 11 (4.69% from 255) = 4.68%

R = 0%
G = 95.32%
B = 4.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#00E00B (or 0x00E00B) is known color: Free Speech Green. HEX triplet: 00, E0 and 0B. RGB value is (0,224,11). Sum of RGB (Red+Green+Blue) = 0+224+11=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 224 (87.89% from 255 or 95.32% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 224 - color contains mainly: green. Hex color #00E00B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E00B is #FF1FF4. Grayscale: #858585. Windows color (decimal): -16719861 or 778240. OLE color: 778240.

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

Color convert

RGB 0 224 11 -
CMYK 1 0 0.95 0.12
HSL 122.95º 1% 0.44% -
HSV(B) 122.95º 1% 0.88% -
XYZ 26.72 53.34 9.2 -
YUV 132.74 59.29 33.32 -
System Red Green Blue C M Y K H S L
Decimal 0 224 11 1 0 0.95 0.12 122.95 1 0.44
Hex 0 E0 B 64 0 5F C 7B 64 2C
Octal 0 340 13 144 0 137 14 173 144 54
Binary 0 11100000 1011 1100100 0 1011111 1100 1111011 1100100 101100

Color Harmonies of #00E00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E00B

Black with #00E00B

Text Example


Text Example

White with #00E00B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,224,11); }

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

background-color css

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

 a { background-color: rgb(0,224,11); }

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

border-color css

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

 span { border-color: rgb(0,224,11); }

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