Html Css Color HEX #01DE20 Free Speech Green

📋 copy color: '#01DE20'

red 1 ◦ green 222 ◦ blue 32

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

Shades of Free Speech Green #01DE20

Tints of Free Speech Green #01DE20

RGB

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

 GREEN value IS 222 (87.11% from 255) = 87.06%

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 0.39%
G = 87.06%
B = 12.55%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#01DE20 (or 0x01DE20) is known color: Free Speech Green. HEX triplet: 01, DE and 20. RGB value is (1,222,32). Sum of RGB (Red+Green+Blue) = 1+222+32=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 222 (87.11% from 255 or 87.06% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DE20 is #FE21DF. Grayscale: #868686. Windows color (decimal): -16654816 or 2153985. OLE color: 2153985.

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

Color convert

RGB 1 222 32 -
CMYK 1.00 0 0.86 0.13
HSL 128.42º 0.99% 0.44% -
HSV(B) 128.42º 1% 0.87% -
XYZ 26.39 52.35 10.08 -
YUV 134.26 70.28 32.95 -
System Red Green Blue C M Y K H S L
Decimal 1 222 32 1.00 0 0.86 0.13 128.42 0.99 0.44
Hex 1 DE 20 64 0 56 D 80 63 2C
Octal 1 336 40 144 0 126 15 200 143 54
Binary 1 11011110 100000 1100100 0 1010110 1101 10000000 1100011 101100

Color Harmonies of #01DE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DE20

Black with #01DE20

Text Example


Text Example

White with #01DE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,222,32); }

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

background-color css

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

 a { background-color: rgb(1,222,32); }

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

border-color css

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

 span { border-color: rgb(1,222,32); }

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