Html Css Color HEX #01E10B Free Speech Green

📋 copy color: '#01E10B'

red 1 ◦ green 225 ◦ blue 11

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

Shades of Free Speech Green #01E10B

Tints of Free Speech Green #01E10B

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 225 (88.28% from 255) = 94.94%

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

R = 0.42%
G = 94.94%
B = 4.64%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#01E10B (or 0x01E10B) is known color: Free Speech Green. HEX triplet: 01, E1 and 0B. RGB value is (1,225,11). Sum of RGB (Red+Green+Blue) = 1+225+11=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 225 (88.28% from 255 or 94.94% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 225 - color contains mainly: green. Hex color #01E10B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E10B is #FE1EF4. Grayscale: #868686. Windows color (decimal): -16654069 or 778497. OLE color: 778497.

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

Color convert

RGB 1 225 11 -
CMYK 1.00 0 0.95 0.12
HSL 122.68º 0.99% 0.44% -
HSV(B) 122.68º 1% 0.88% -
XYZ 27 53.88 9.29 -
YUV 133.63 58.79 33.4 -
System Red Green Blue C M Y K H S L
Decimal 1 225 11 1.00 0 0.95 0.12 122.68 0.99 0.44
Hex 1 E1 B 64 0 5F C 7B 63 2C
Octal 1 341 13 144 0 137 14 173 143 54
Binary 1 11100001 1011 1100100 0 1011111 1100 1111011 1100011 101100

Color Harmonies of #01E10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E10B

Black with #01E10B

Text Example


Text Example

White with #01E10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01E10B; }

 p { color: rgb(1,225,11); }

 H1.HeaderClassName
 {
   color: #01E10B;
 }
 .AnyTagClassName
 {
   color: #01E10B;
 }
</style>

background-color css

<style>
 a { background-color: #01E10B; }

 a { background-color: rgb(1,225,11); }

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

border-color css

<style>
 span { border-color: #01E10B; }

 span { border-color: rgb(1,225,11); }

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