Html Css Color HEX #01E505 Free Speech Green

📋 copy color: '#01E505'

red 1 ◦ green 229 ◦ blue 5

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

Shades of Free Speech Green #01E505

Tints of Free Speech Green #01E505

RGB

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

 GREEN value IS 229 (89.84% from 255) = 97.45%

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 0.43%
G = 97.45%
B = 2.13%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#01E505 (or 0x01E505) is known color: Free Speech Green. HEX triplet: 01, E5 and 05. RGB value is (1,229,5). Sum of RGB (Red+Green+Blue) = 1+229+5=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 229 (89.84% from 255 or 97.45% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 229 - color contains mainly: green. Hex color #01E505 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E505 is #FE1AFA. Grayscale: #878787. Windows color (decimal): -16653051 or 386305. OLE color: 386305.

HSL color Cylindrical-coordinate representation of color #01E505: hue angle of 121.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E505 is Cyan = 1.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 229 5 -
CMYK 1.00 0 0.98 0.10
HSL 121.05º 0.99% 0.45% -
HSV(B) 121.05º 1% 0.9% -
XYZ 28.06 56.06 9.48 -
YUV 135.29 54.46 32.21 -
System Red Green Blue C M Y K H S L
Decimal 1 229 5 1.00 0 0.98 0.10 121.05 0.99 0.45
Hex 1 E5 5 64 0 62 A 79 63 2D
Octal 1 345 5 144 0 142 12 171 143 55
Binary 1 11100101 101 1100100 0 1100010 1010 1111001 1100011 101101

Color Harmonies of #01E505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E505

Black with #01E505

Text Example


Text Example

White with #01E505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,229,5); }

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

background-color css

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

 a { background-color: rgb(1,229,5); }

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

border-color css

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

 span { border-color: rgb(1,229,5); }

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