Html Css Color HEX #01ED32 Free Speech Green

📋 copy color: '#01ED32'

red 1 ◦ green 237 ◦ blue 50

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

Shades of Free Speech Green #01ED32

Tints of Free Speech Green #01ED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 82.29%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 0.35%
G = 82.29%
B = 17.36%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#01ED32 (or 0x01ED32) is known color: Free Speech Green. HEX triplet: 01, ED and 32. RGB value is (1,237,50). Sum of RGB (Red+Green+Blue) = 1+237+50=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 237 (92.97% from 255 or 82.29% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01ED32 is #FE12CD. Grayscale: #919191. Windows color (decimal): -16650958 or 3337473. OLE color: 3337473.

HSL color Cylindrical-coordinate representation of color #01ED32: hue angle of 132.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ED32 is Cyan = 1.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 237 50 -
CMYK 1.00 0 0.79 0.07
HSL 132.46º 0.99% 0.47% -
HSV(B) 132.46º 1% 0.93% -
XYZ 30.87 60.81 13.13 -
YUV 145.12 74.31 25.21 -
System Red Green Blue C M Y K H S L
Decimal 1 237 50 1.00 0 0.79 0.07 132.46 0.99 0.47
Hex 1 ED 32 64 0 4F 7 84 63 2F
Octal 1 355 62 144 0 117 7 204 143 57
Binary 1 11101101 110010 1100100 0 1001111 111 10000100 1100011 101111

Color Harmonies of #01ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ED32

Black with #01ED32

Text Example


Text Example

White with #01ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,237,50); }

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

background-color css

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

 a { background-color: rgb(1,237,50); }

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

border-color css

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

 span { border-color: rgb(1,237,50); }

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