Html Css Color HEX #01DF23 Free Speech Green

📋 copy color: '#01DF23'

red 1 ◦ green 223 ◦ blue 35

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

Shades of Free Speech Green #01DF23

Tints of Free Speech Green #01DF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.51%

R = 0.39%
G = 86.1%
B = 13.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#01DF23 (or 0x01DF23) is known color: Free Speech Green. HEX triplet: 01, DF and 23. RGB value is (1,223,35). Sum of RGB (Red+Green+Blue) = 1+223+35=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 223 (87.5% from 255 or 86.10% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF23 is #FE20DC. Grayscale: #878787. Windows color (decimal): -16654557 or 2350849. OLE color: 2350849.

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

Color convert

RGB 1 223 35 -
CMYK 1.00 0 0.84 0.13
HSL 129.19º 0.99% 0.44% -
HSV(B) 129.19º 1% 0.87% -
XYZ 26.7 52.9 10.39 -
YUV 135.19 71.45 32.29 -
System Red Green Blue C M Y K H S L
Decimal 1 223 35 1.00 0 0.84 0.13 129.19 0.99 0.44
Hex 1 DF 23 64 0 54 D 81 63 2C
Octal 1 337 43 144 0 124 15 201 143 54
Binary 1 11011111 100011 1100100 0 1010100 1101 10000001 1100011 101100

Color Harmonies of #01DF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF23

Black with #01DF23

Text Example


Text Example

White with #01DF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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