Html Css Color HEX #01DF20 Free Speech Green

📋 copy color: '#01DF20'

red 1 ◦ green 223 ◦ blue 32

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

Shades of Free Speech Green #01DF20

Tints of Free Speech Green #01DF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 87.11%

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

R = 0.39%
G = 87.11%
B = 12.5%

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

#01DF20 (or 0x01DF20) is known color: Free Speech Green. HEX triplet: 01, DF and 20. RGB value is (1,223,32). Sum of RGB (Red+Green+Blue) = 1+223+32=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 223 (87.5% from 255 or 87.11% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF20 is #FE20DF. Grayscale: #878787. Windows color (decimal): -16654560 or 2154241. OLE color: 2154241.

HSL color Cylindrical-coordinate representation of color #01DF20: hue angle of 128.38º 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 #01DF20 is Cyan = 1.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 223 32 -
CMYK 1.00 0 0.86 0.13
HSL 128.38º 0.99% 0.44% -
HSV(B) 128.38º 1% 0.87% -
XYZ 26.66 52.89 10.17 -
YUV 134.85 69.95 32.53 -
System Red Green Blue C M Y K H S L
Decimal 1 223 32 1.00 0 0.86 0.13 128.38 0.99 0.44
Hex 1 DF 20 64 0 56 D 80 63 2C
Octal 1 337 40 144 0 126 15 200 143 54
Binary 1 11011111 100000 1100100 0 1010110 1101 10000000 1100011 101100

Color Harmonies of #01DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF20

Black with #01DF20

Text Example


Text Example

White with #01DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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