Html Css Color HEX #01EF32 Free Speech Green

📋 copy color: '#01EF32'

red 1 ◦ green 239 ◦ blue 50

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

Shades of Free Speech Green #01EF32

Tints of Free Speech Green #01EF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 82.41%

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

R = 0.34%
G = 82.41%
B = 17.24%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#01EF32 (or 0x01EF32) is known color: Free Speech Green. HEX triplet: 01, EF and 32. RGB value is (1,239,50). Sum of RGB (Red+Green+Blue) = 1+239+50=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 239 (93.75% from 255 or 82.41% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EF32 is #FE10CD. Grayscale: #929292. Windows color (decimal): -16650446 or 3337985. OLE color: 3337985.

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

Color convert

RGB 1 239 50 -
CMYK 1.00 0 0.79 0.06
HSL 132.35º 0.99% 0.47% -
HSV(B) 132.35º 1% 0.94% -
XYZ 31.45 61.97 13.32 -
YUV 146.29 73.65 24.37 -
System Red Green Blue C M Y K H S L
Decimal 1 239 50 1.00 0 0.79 0.06 132.35 0.99 0.47
Hex 1 EF 32 64 0 4F 6 84 63 2F
Octal 1 357 62 144 0 117 6 204 143 57
Binary 1 11101111 110010 1100100 0 1001111 110 10000100 1100011 101111

Color Harmonies of #01EF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EF32

Black with #01EF32

Text Example


Text Example

White with #01EF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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